View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Just do a directory change

ChDir path
ChDrive path

--

HTH

RP
(remove nothere from the email address if mailing direct)


" wrote in message
...
Hello,

i use an access database. In my Excel application, i use
vba code to access the database. But i would like to create
an installer to specify the path of my database and then
use it in every function i use.
How could i do that?

Thanks !