Move forms simultaneously

M

Miguel Vivar

I might be working with two forms simultaneously, and I would like both forms
to be on the same record. For instance, if "form 1" is record 3 I would like
"form 2" to be in record 3 as well. How can I make one of the forms to go
automatically to the following record if the other form just went to the next
record?

Miguel
 
J

Jerry Whittle

Consider making one of the two forms a subform. Link them by the primary key
of the table on which both froms are built.
 
Top