I have a, Access DB that has a bunch of records in it "flashcards" that display questions and answers. I have written a VBA sting that will randomly select a new record each time I click the next button. However, I don't want the program to repeatedly select the same record.
I need to write a VBA string that pushes a chosen ID number onto a temporary list when the record with that ID number is pulled up. Then, I'll need an if...then statement to check that list each time the random number is chosen and if the record has come up, re-run the random generator. Is this possible? How do I create that temporary list that is delected at the end of each session?
Thanks,
Lis
I need to write a VBA string that pushes a chosen ID number onto a temporary list when the record with that ID number is pulled up. Then, I'll need an if...then statement to check that list each time the random number is chosen and if the record has come up, re-run the random generator. Is this possible? How do I create that temporary list that is delected at the end of each session?
Thanks,
Lis