Getting the correct path

  • Thread starter Thread starter CD Tom
  • Start date Start date
C

CD Tom

I know how to get the applications current path. I have
the project split and the _be is on the server. I also
have a couple of folders in the _be folder that I need to
be able to find from within a form. Is there a command
like the application.currentproject.path that will give
me the path to the database.

Thanks for any help.

Tom
 
What version of Access? Access 2000+ has
CurrentProject.Path

For the Backend, Mid(currentdb.TableDefs("Linked
Table").Connect ,11) has the path to the backend database.


Chris Nebinger
 
Back
Top