B
BloodBaz
Hi,
I have an Access application which performs a lot of file manipulation on a
netword drive.
I would like to remove hard coded root paths and place them in an external
file that can be loaded in when the Access application is launched. That
way, we can provide a robust method to "point" the applciation to another
folder strucutre for testing and development.
I was thinking of a txt file in the same folder as the mdb file which would
contain a few config variables. Once "read" in, they could be held in global
vars for access throughout the app.
Is this a sensible route? and which vba functions should I use to go about
such a job? (can't find any similar question on the forum)
Thanks in advance.
BloodBaz
I have an Access application which performs a lot of file manipulation on a
netword drive.
I would like to remove hard coded root paths and place them in an external
file that can be loaded in when the Access application is launched. That
way, we can provide a robust method to "point" the applciation to another
folder strucutre for testing and development.
I was thinking of a txt file in the same folder as the mdb file which would
contain a few config variables. Once "read" in, they could be held in global
vars for access throughout the app.
Is this a sensible route? and which vba functions should I use to go about
such a job? (can't find any similar question on the forum)
Thanks in advance.
BloodBaz