I have googled the functionality to use a Browse function to Look- in folders and then select required file from the folder.
However when I close the data base and open again, I would like VBA to remember the path name, so that I don’t have to Browse the folder and look for the same files again.
I suppose, some how I need to initialize a global variable with the value how it exited the database previously. Does this sound right?
What is the best way to do it?
However when I close the data base and open again, I would like VBA to remember the path name, so that I don’t have to Browse the folder and look for the same files again.
I suppose, some how I need to initialize a global variable with the value how it exited the database previously. Does this sound right?
What is the best way to do it?
Comment