Re: Access 2003
In my Access app I am needing to see if an .exe file is loaded locally
before running it.
The thing is it might be located somewhere ele other than the default
folder.
Does someone have a simple example using VBA code how to check for a
file to see if it is located in default folder "XYZ", and if it's not
there, how do you launch the dialog window (when doing a typical "File/
Open") so the user can locate the correct folder, than use that one to
check to see if the file is there?
many thanks...
In my Access app I am needing to see if an .exe file is loaded locally
before running it.
The thing is it might be located somewhere ele other than the default
folder.
Does someone have a simple example using VBA code how to check for a
file to see if it is located in default folder "XYZ", and if it's not
there, how do you launch the dialog window (when doing a typical "File/
Open") so the user can locate the correct folder, than use that one to
check to see if the file is there?
many thanks...
Comment