finding file path

  • Thread starter Thread starter ms shakeel
  • Start date Start date
M

ms shakeel

hello

thanks in advance for help

i want to know as to how can i find the actual filepath
where my database is lying,in any machine.
i.e i can place the database at a location and i should
get the filepath then
and then when i change the database location i should get
the new filepath that tells where the database now is
located.

thank you
shakeel
(e-mail address removed)
 
Hello,

The following property will return the current path where
your Database is residing :

Application.CurrentProject.Path

Hope this helps

Mark
 
Back
Top