N
NETBON
I am starting to send out quarterly surveys for my internal customers at
work. I need to keep track of who I am sending the survey to and when they
completed it.
I am keeping track of this data in Microsoft Access and I would like to run
a query that would randomly select my next 20 customers to receive the
survey.
I was able to get Rnd function to pull 1 record randomly by using the
following expression: Int((uperbound-lowerbound+1)*Rnd+lowerbound)
However, I am not sure how to get it to select more then 1 without rerunning
the query 20 times.
If anyone can help, that would be wonderful...!!
work. I need to keep track of who I am sending the survey to and when they
completed it.
I am keeping track of this data in Microsoft Access and I would like to run
a query that would randomly select my next 20 customers to receive the
survey.
I was able to get Rnd function to pull 1 record randomly by using the
following expression: Int((uperbound-lowerbound+1)*Rnd+lowerbound)
However, I am not sure how to get it to select more then 1 without rerunning
the query 20 times.
If anyone can help, that would be wonderful...!!