Subforms in navigation form (1 Viewer)

Rashid

Member
Local time
Today, 01:41
Joined
Sep 6, 2019
Messages
36
How to refer any field of a subform in a navigation form.
Like MynavigationF, MySubform, (Field:StudentID).
 
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

Users who are viewing this thread

Back
Top Bottom