I'm using Access 2002. My database is in Access 2000 format.
I'm designing a form to collect responses to a 40-item questionnaire.
I can fit four list boxes on a screen, so I plan to have 11 tab pages
(one page at the end for collecting identifying information) on my
form. To ease the task for the user, I'd like to have an automatic
movement to the next page. For instance, when the user clicks on the
choice for Question 4 (the last of the items on Page1), the focus
automatically shifts to Question 5 (the first of the items on Page2).
I know about entering code as an event procedure. I assume that I need
to enter code on the Event tab for the List Box that contains the
Question 4 answer.
1. For which Event do I enter the code (After Update, On Enter, On
Click)?
2. What code should I enter?
3. Can I use this same method for all of the moves from one page to
the next? (I know how to set a command to close the form. My plan is
to have a command button on the last page that says, "You may review
your answers by clicking on the tabs. When you are done, click on the
button to close the form.")
Thanks so much!Cathy