I was wondering if anyone could point me in the right direction, please? Let's say I pull out the following table, so I would like to randomly select an identifier. I understand how to select a random number using a call to Randomize (), followed by the appropriate syntax, but I want to pre-define the range.
i.e. Table data
ID | Name
4345 Mike
3456 Lee
4567 John
There will be many names, but for this example you can use 3 or 4, etc.
Please help, I'm starting to itch: o |
source
share