Retrive Form to Subform value

D

Doug

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.
 
C

Chris Nebinger

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top