I am trying to address a subform field.
If I address the subform as a separate form, the following code works OK
DoCmd.OpenForm frmSessions, , , "Issue = true" :)
However, once I try to access it as a subform, I get a bit lost.
The main form is frmJobSess, the control that holds the...