I have an access 2010 form that has VBA code to open a sharedrive location using it's network address i.e. \\SSC-FAS01\MATA\DBdocs\
It works like a champ regardless of who opens the link on our network. The problem is how do I enable people to change this address WITHOUT requiring anyone to edit the VBA code?
A form or prompt perhaps? Configuration INI file that stores the address? I prefer to do something along the line of a "scan all code and replace \\ssc-fas01\mata\DBdocs\ with \\ssc-fas40\stuff\DBdocs
If I can do this where from a form I can have them view the current default variable values and permanently change them that would be great. Any thoughts?
It works like a champ regardless of who opens the link on our network. The problem is how do I enable people to change this address WITHOUT requiring anyone to edit the VBA code?
A form or prompt perhaps? Configuration INI file that stores the address? I prefer to do something along the line of a "scan all code and replace \\ssc-fas01\mata\DBdocs\ with \\ssc-fas40\stuff\DBdocs
If I can do this where from a form I can have them view the current default variable values and permanently change them that would be great. Any thoughts?