G
Guest
I have a query that is controlled by a list box. I am looking to randomly
pick 9 names from this query and put into a report. I have some code that
will randomly pick 9 names, but i need it to be able to pick a single name
more than once. So instead of having a,b,c,d,e,f,g,h,i It would be more of
something like this: a, b, c, a, d, h, c, a, i.
pick 9 names from this query and put into a report. I have some code that
will randomly pick 9 names, but i need it to be able to pick a single name
more than once. So instead of having a,b,c,d,e,f,g,h,i It would be more of
something like this: a, b, c, a, d, h, c, a, i.