S
Souris
I wanted to pass parameter to my query using VBA which works.
I declared mydb in my module as a global variable, but I am unable to access
mydb from my form.
I just wnated to know is it a good idea to declare db as global variable
since it can be accessed any where in the program and I do not need set db
every time I need it.
If it is, how should I declare a db as a global variable.
I put on top of the module, it seems it is global on the module not the
application,
Your information is great is great appreciated,
I declared mydb in my module as a global variable, but I am unable to access
mydb from my form.
I just wnated to know is it a good idea to declare db as global variable
since it can be accessed any where in the program and I do not need set db
every time I need it.
If it is, how should I declare a db as a global variable.
I put on top of the module, it seems it is global on the module not the
application,
Your information is great is great appreciated,