I am trying to generate a random sample of a population, no repeats, and can run the code in Excel with user inputs, however I am trying to run in Access and can't get my head around the code. I welcome any input...
Sub Random()
Dim dbs As Database
Set dbs = CurrentDb
dbs.Execute "CREATE...