R
Rob
I'm progressing on developing my database program and now
am beginning to think about how to make it easily
portable. Basically, I want my VBA code to learn where
the database file is on the user's computer/network/etc.
and store the pathname into a string variable. That way,
I can use that path to store other files that are
generated by the program.
Is there anyway to do this? And if not, is there some way
to dynamically set the Default Database Folder for the
program through simple VBA code? If possible, I'd rather
not have to use registry keys and all that.
Thanks,
Rob
am beginning to think about how to make it easily
portable. Basically, I want my VBA code to learn where
the database file is on the user's computer/network/etc.
and store the pathname into a string variable. That way,
I can use that path to store other files that are
generated by the program.
Is there anyway to do this? And if not, is there some way
to dynamically set the Default Database Folder for the
program through simple VBA code? If possible, I'd rather
not have to use registry keys and all that.
Thanks,
Rob