Does anyone know how to select a random record from a list of numbers already in a table (via Microsoft Access)?
If there is a list of numbers:
CustomerID
1
2
3
4
and I wanted to assign a specific award:
AwardNumber
100
200
300
400
to a customer (i.e. CustomerID 3 will recieve AwardNumber 200), how do I get the db to randomly select AwardNumber for each CustomerID without duplicating the same AwardNumber or vice versa?
If there is a list of numbers:
CustomerID
1
2
3
4
and I wanted to assign a specific award:
AwardNumber
100
200
300
400
to a customer (i.e. CustomerID 3 will recieve AwardNumber 200), how do I get the db to randomly select AwardNumber for each CustomerID without duplicating the same AwardNumber or vice versa?