I have a constant
Public Const gDataBaseName = "\\SRVR\shares\Action Request\Action Requestcon.mdb"
This is where my Database resides. The problem is if the database moves I will have to go in and change code. To not have to do this I added an .ini file that I can change from within the program. How do I reasign that Constant to the new Variable? I need a constant because through out the program it is being called.
Any comments would be appreciated
Thanks Troy




Reply With Quote