Access Database form second page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My application needs a multiple page form. How do you create a second,
third, etc. pages in access so that when an operator finishes inputting the
information in the first form they can click on a button and bring up a
second page to the form. All of the data inputted into the different forms
should be contained in the same table.

Thanks,

James
 
James said:
My application needs a multiple page form. How do you create a
second, third, etc. pages in access so that when an operator finishes
inputting the information in the first form they can click on a
button and bring up a second page to the form. All of the data
inputted into the different forms should be contained in the same
table.

The simplest method is to use a TabControl. It's on the toolbox bar along
with the other form controls.
 
Thank you it worked fine. I was trying to use the command button to bounce
around forms and was getting data integrety errors
 
Back
Top