Getting Subform to auto populate assocated data

  • Thread starter Thread starter al
  • Start date Start date
A

al

I have a database for customers and workorders. Customer will call in with a
request, and we'lll create a work order. For some reason I can't seem to get
the form to populate the customer data. I know its a simple fix but I am
just missing it. If some can help me I can send them the db.
 
al said:
I have a database for customers and workorders. Customer will call
in with a request, and we'lll create a work order. For some reason I
can't seem to get the form to populate the customer data. I know its
a simple fix but I am just missing it. If some can help me I can
send them the db.

An embedded subform (embedded being the key word here) automatically
inherits the field values from the parent form that are listed in the
MasterLink and ChildLink properties of the subform control.
 
Back
Top