reference a field on a subform from owner form

  • Thread starter Thread starter mcnewsxp
  • Start date Start date
M

mcnewsxp

i forget how to reference a field on a subform on the owner form.

something like form.fieldx.value = forms![subform].[fieldz].value

tia
mcnewsxp
 
I have found this website very helpful:

http://www.mvps.org/access/forms/frm0031.htm

me.fieldx = me!NameOfSubform.form!fieldz

HTH,
Debbie


|i forget how to reference a field on a subform on the owner form.
|
| something like form.fieldx.value = forms![subform].[fieldz].value
|
| tia
| mcnewsxp
 

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

Back
Top