Referring to A Subform field

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

Guest

I Have a main form with a subform.When I Am sat on a Field on the mainform on
the got focus event I'am wanting to reference a field on the subform is this
possible anybody????
 
Hello Dennis Whats the actual command my subform is callled ML - Final Audit1
Subform and my field is called FA1 - Piercing Top X R1 Diff

Thanks
 
Forms![ML - Final Audit1 Subform].Form.[FA1 - Piercing Top X R1 Diff]

At the end of the above line, if required you can then use .Text or .Name
etc. to reference the properties of the field on the sub form.
 
Thanks Very Much for yor Help

Dennis said:
Forms![ML - Final Audit1 Subform].Form.[FA1 - Piercing Top X R1 Diff]

At the end of the above line, if required you can then use .Text or .Name
etc. to reference the properties of the field on the sub form.

PhilipBenno said:
Hello Dennis Whats the actual command my subform is callled ML - Final Audit1
Subform and my field is called FA1 - Piercing Top X R1 Diff

Thanks
 
Philip,
Are you from Ohio?

Bruce D.

PhilipBenno said:
Thanks Very Much for yor Help

Dennis said:
Forms![ML - Final Audit1 Subform].Form.[FA1 - Piercing Top X R1 Diff]

At the end of the above line, if required you can then use .Text or .Name
etc. to reference the properties of the field on the sub form.

PhilipBenno said:
Hello Dennis Whats the actual command my subform is callled ML - Final Audit1
Subform and my field is called FA1 - Piercing Top X R1 Diff

Thanks

:

Use Forms!SubFormName.Form.FieldName

:

I Have a main form with a subform.When I Am sat on a Field on the mainform on
the got focus event I'am wanting to reference a field on the subform is this
possible anybody????
 

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