T
Treylok
Guest
Does anyone know how to declare a global variable in Access. I pretty much want this variable to be a contant so that it cannot be changed in code. I have tried to make a module and just typed
Public const Default_Directory ="I:\Access\"
is this all I have to do, cause I cannot get it to work. When I try to access the the variable I get an error.
Thanks

Public const Default_Directory ="I:\Access\"
is this all I have to do, cause I cannot get it to work. When I try to access the the variable I get an error.
Thanks