I have written a database that randomly selects questions for a Bible Quiz tournament. However, we are limited to no more than 4 of one type of question per round. Until the 4th question is asked the criteria parameter remains blank. Once the 5th question has been asked, then the criteria needs to change to "no" or "0" or "false." I am not even sure which one I should use through VBA.
query name: qryStudyGuideQuestions
field to be updated: QTVorFTV
I am using Access 2010, so the solution using DAO.QueryDef as previously given does not work.
Any help would be greatly appreciated.
query name: qryStudyGuideQuestions
field to be updated: QTVorFTV
I am using Access 2010, so the solution using DAO.QueryDef as previously given does not work.
Any help would be greatly appreciated.