syncronizing pages

  • Thread starter mbr96 via AccessMonster.com
  • Start date
M

mbr96 via AccessMonster.com

I have a tab control with 5 pages. When I'm on the first tab page, if I use
the nav buttons to proceed to the second record, I want a user to remain on
that second record if they click any of the other pages. Currently, if I've
gone to the second record and clicked another page, the current record
reverts back to the first.

How can I synch the pages up so the form stays on the same record no matter
which page is selected?

Mbr
 
M

mbr96 via AccessMonster.com

Replying to myself - apologies, each page has a form on it, so I guess it's
these forms I'm trying to synch up. Any help?

Mbr96
 
L

Linq Adams via AccessMonster.com

The forms in the tabbed pages are *subforms* In the properties for each
subform, look at Link Child fields and Link Master fields.
 
Top