multi page form

A

aymanmb

I am trying to havea multi page form that eachpage should be linked to a
different table. I managed formating wise through cut and paste of already
made forms (created single for each table) into the pages.

problem is I can noy upodate the records because the records navigation bar
is not active (of course the record source are different tables). is there
away around it

regards
 
J

John Nurick

Start by creating a new unbound main form with a tab control for the
pages. Then drag each existing single-table form onto the appropriate
page of the unbound form: this will create a series of subforms each
bound to its own table, and each can have its own independent
navigation.
 
Top