I am trying to understand some code I keep seeing, for example:
I need non-technical explanations or explanations explained simple enough that a dummy can understand it. For some reason I can't comprehend why DAO and workspace is needed or what it is used for in Access.
Any simple explanations and/or examples are appreciated.
Thanks!
Dim dbMyDB As DAO.Database
Set dbMyDB = DBEngine.Workspace(0).Databases(0)
I found explanations for DAO and workspace, but it does not make sense to me. Set dbMyDB = DBEngine.Workspace(0).Databases(0)
I need non-technical explanations or explanations explained simple enough that a dummy can understand it. For some reason I can't comprehend why DAO and workspace is needed or what it is used for in Access.
Any simple explanations and/or examples are appreciated.
Thanks!