Synchronizing records between forms

G

Guest

I have a large data entry form that exceeds the allowable length for forms.
I created a second page with a button at the bottom of the first page to
advance to the next page ( next form) but the records are not synchronized.
How do I make the 2nd form track the first form so that data entered on the
2nd page is on the correct record.
 
V

Van T. Dinh

I am not sure from your description whether your set-up is a *single* Form
with a PageBreak Control to simulate 2 "pages" or 2 independent form?

You need to post the code you use to go to "page 2".

The usual solution in this case is to use a TabControl to "re-use" the space
available in you Access window.

Check Access Help on Tab Control.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top