I have a MS access database.
In that, one table consists of questions and answers with primary key questionID.
I need to retrieve random question from that table using questionID.
What keywords or query should I use for this scenario.
I have a MS access database. In that, one table consists of questions and
Share
The following will get a random questionID from your table
MySQL
MS Access