moving from one form to another

S

Srao

I want to be able to move from form 1 to form 2 and retain matching
information in form 1 to form 2. So, how do I link the one or two matching
information in both the forms?
 
G

Golfinray

I think what you are asking is how to link forms? If so, in properties for
the forms or subforms, go to the data tab and enter your master and child
link property. It should create that for you. If the forms are not on the
same form (a form and subform) you might have to create a form/subform to
link them. If you want to be able to see the same information in each form
without linking, you would need to put the information for both forms in one
query of table.
 
Top