G
Guest
I have a continuous subform with the field AD1 and I want it to have the
same value as a field ITEM1 on the parent form for all the subform records
associated with a record on the parent form. The HELP topic for Parent
Property states " You can enter this expression in a bound control on the
subform.
=Parent!OrderID " Where OrderID is on the Parent form.
Where do I enter this ? If I type " =Parent!ITEM1 " into the textbox on the
subform it becomes unbound and I get the message "Out of Memory" when I open
the main form. And I want the textbox to remain bound.
I tried using VB and got the Out of Memory again.
same value as a field ITEM1 on the parent form for all the subform records
associated with a record on the parent form. The HELP topic for Parent
Property states " You can enter this expression in a bound control on the
subform.
=Parent!OrderID " Where OrderID is on the Parent form.
Where do I enter this ? If I type " =Parent!ITEM1 " into the textbox on the
subform it becomes unbound and I get the message "Out of Memory" when I open
the main form. And I want the textbox to remain bound.
I tried using VB and got the Out of Memory again.