hello guys,
i'm sort of new in access vba (im using access 2013), i understand all the concepts and basics but some stuff in access are different from excel
i noticed sometimes when calling a form they use:
Forms!FormName!Control
or
Forms![FormName]![Control]
or
[Forms]![FormName]![Control]
what is the real difference and when to use each one !?
Thank you