Linkage Difficulties

  • Thread starter Thread starter Charlie
  • Start date Start date
C

Charlie

Okay, so I've created a form2 that automatically inserts
data from a table (one of access's default methods).
form2 has the ability to change record to record so I can
view different records (the arrows on the bottom left hand
corner make this doable). Anyway, my question is, let's
say I have 5 records in the table. And my primary key is
the model number of a certain device. How can I make a
link from form1 (which I know how to create a link) but
have the link specifically go to record three of the
form2? And I do not want to just link from form1 to form2
then have to scroll to get to my desired record.

Please help!
 
Okay, so I've created a form2 that automatically inserts
data from a table (one of access's default methods).
form2 has the ability to change record to record so I can
view different records (the arrows on the bottom left hand
corner make this doable). Anyway, my question is, let's
say I have 5 records in the table. And my primary key is
the model number of a certain device. How can I make a
link from form1 (which I know how to create a link) but
have the link specifically go to record three of the
form2? And I do not want to just link from form1 to form2
then have to scroll to get to my desired record.

Put Form2 onto Form1 as a Subform.
 
Back
Top