Retrive Form to Subform value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Grreetings,

Can anyone offer the command line to retrieve a value from a host form field to a subform field.

I have the reverse - subform to form (=frmOrder.Form!Text42) but I cannot figure out the return.
 
Me.SubFormControlName.Form.ControlName

For the subform to form, you could also use:
Me.Parent.Text42



Chris Nebinger
-----Original Message-----
Grreetings,

Can anyone offer the command line to retrieve a value
from a host form field to a subform field.
I have the reverse - subform to form (=frmOrder.Form!
Text42) but I cannot figure out the return.
 
Back
Top