View Full Version : Next Page form button


bobfin
03-29-2002, 09:11 AM
I have a very large multi-page form in Access 2000 (Windows 98). At various places on it I would like to place a command button that would go to the Next Page. The code in the On Click event should determine the current page, get the next page, and then go to it. Can this be done? If so, I would need a Previous Page button too.

Elana
03-29-2002, 11:55 AM
Use Access Help and look up "Navigate Between Form Pages." You can use either macros or VBA (GoToPage action) to move between pages.