I'm curious about the difference of these two as I had to come here and ask how to reference a subform from an OnClose event of a popup.
why is one with quotation marks and no Bang? (that's the one that worked with my popup by the way)
** EDIT **
This question was posted within the article Referring to Items on a Sub-Form, and referes to that article.
Code:
Forms![FormName]![SubFormName]![ControlName]
Forms("FormName")![SubFormName]![ControlName]
** EDIT **
This question was posted within the article Referring to Items on a Sub-Form, and referes to that article.
Comment