Access Form

J

Joe Voll

Bob Slattery said:
What is the correct reference for a subform WITH a subform?

to reference the subform in a subform in a form:
Forms.FormName.Form.SubformName.Form.SubformName.ControlName
where FormName, SubformName and ControlName are the actual Names you gave
your Forms.

Joe.
 
Top