Was simple

R

rob p

I can't remember how to link one subform to main form.

Main form had Box Number, Description.

Sub form is Contents by box number. Can be more than one content. (I set up
relationship that way.)

I made a box number form. Put in box number and other field is description.
I then added in design mode a contents subform. Contents is a box number,
description and date. In sub I only
show description and date. Tabs on main form don't show fields in subform. I
am missing something.

Hope this is general enough.
Thanks.
 
K

Ken Snell [MVP]

You need to put the linking field names in the subform control's
LinkChildFields and LinkMasterFields properties.
 
Top