How can I set the CurrentProject.Path to a Constant?
I can set a constant to directories and files, but not the path.
such as this ...
But I need to be able to set the path to CurrentProject.Path. Is there any way to set a constant to the path of my files?
David Pimental
(US, Oh)
I can set a constant to directories and files, but not the path.
such as this ...
Code:
Global Const REPDIR = "/Reports/"
Global Const CONF = "/Config/"
Global Const CFG_DB = "myconfig.mdb"
But I need to be able to set the path to CurrentProject.Path. Is there any way to set a constant to the path of my files?
David Pimental
(US, Oh)