A
Alan T
I have several sub functions in my form's macro page, some of the sub
function has the following codes:
Dim myDB As Database
myDB = DBEngine.Workspaces(0).Databases(0)
Can I have these codes in more than one sub function?
function has the following codes:
Dim myDB As Database
myDB = DBEngine.Workspaces(0).Databases(0)
Can I have these codes in more than one sub function?