FindRecord - Finding records between forms?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to select the record by using a value from my first form. I have
created two forms that both use the same table.

The first form has a listbox and an image. The listbox contains the names of
all the planes in my table and the image shows the respective picture for the
plane. When you double click the image, it opens the second form.

The second form has all the details about the plane, except for the image.
The problem is getting the second form to display the correct record.

How do I select the correct record based on the listbox value in the first
form?
 
I have tried using a macro that contains the action gotocontrol and setting
this to the plane_ID (which is my primary key) on the second form followed by
FindRecord which points to the listbox from the first form but this doesn't
seem to work.

Please help with this and thanks in advance
 
Back
Top