cjkenworthy
Programmer
I have a function to generate 3 random numbers. I want to use these numbers to randomly output rows from a database table.
so if my numbers are: 23, 670, 207 I want output (using AD0) these row numbers from a recordset called "NGNs"
I know that the random numbers are set to not be greater than the number of rows in the table.
I'm not sure how to manually output only specific rows.
Any help would be appreciated.
so if my numbers are: 23, 670, 207 I want output (using AD0) these row numbers from a recordset called "NGNs"
I know that the random numbers are set to not be greater than the number of rows in the table.
I'm not sure how to manually output only specific rows.
Any help would be appreciated.