Hi
I have searched through the forum and found a couple of threads that come close on this matter, but i am still unable to solve my problem:
I have built a small Access97 app. for offering exam prep. questions. I have a form that selects 20 questions at random from a table, and the user selects the answer from a multiple choice type answer set. That part is all working fine.
I have added my own record navigation buttons (using the wizard) and “Question x of y” text box as some users may not find the original ones easy to see. What i am trying to do is modify the code to take care of the “you can’t go to a specified record” error messages. For two reasons: (1) because it looks unprofessional, and (2) because if i can pick up that point i can display my own message box relating to maybe what the user should do next.
Any help would be much appreciated.