Subforms in navigation form (1 Viewer)

Rashid

Member
Local time
Yesterday, 16:51
Joined
Sep 6, 2019
Messages
30
How to refer any field of a subform in a navigation form.
Like MynavigationF, MySubform, (Field:StudentID).
 

Pat Hartman

Super Moderator
Staff member
Local time
Yesterday, 19:51
Joined
Feb 19, 2002
Messages
43,444
The navigation form is the parent form. Your form is in the subform control. If that form has a subform, that is a third level if you are referencing the subform's subform externally. If you are referencing the sub-sub form from the subform, then just use
Me.sfrm.Form!StudentID

I've attached a helpful reference guide.
 

Attachments

  • Syntax_for_subs.zip
    2.2 KB · Views: 28

Users who are viewing this thread

Top Bottom