Unconnected forms

S

Stephosu

I have a main form titled Antibody form and a subform called experiments
where users can post multiple experiments used with each antibody entered in
the database. They are related by the antibody ID. I have been using it
successfully until yesterday when the two became unlinked somehow. I now
can't see all the experiments that relate to each antibody even though
they're still listed in the table. Can someone help?
 
J

Jeff Boyce

Steph

Open the main form in design mode. Click on the subform. Check the subform
properties, particularly the Parent & Child properties. These are how the
subform "knows" which AntibodyID to fill with.
 
Top