Hey there, quick question for you oh-so-helpful gurus.
)
I have an array of ID's, each ID requires it's own specific array of items. For instance,
Sally - 1, 2, 3
Judy - 4, 5, 6
What's the most efficient way to go about doing this, I would like the array to be dynamic that's why I'm not using UDT's. Any other suggestions?
------------------

I have an array of ID's, each ID requires it's own specific array of items. For instance,
Sally - 1, 2, 3
Judy - 4, 5, 6
What's the most efficient way to go about doing this, I would like the array to be dynamic that's why I'm not using UDT's. Any other suggestions?
------------------
Comment