Passing value to bound control on subform

D

Duck

I have a form with 4 subforms in a tab subform control. I generate a
purchase order number in the parent form with I want to use to set the
value of a bound control on one of the subforms. I thought this
should be easy but I'm have trouble getting it to work.
 
S

SteveM

Link the two fields in Master/Child links. These are properties of the
subform control. So the Parent field is the master, the subform field is the
child.

Steve
 
Top