Current root of the Access DB

  • Thread starter Thread starter Fesch
  • Start date Start date
F

Fesch

I'm searching for the correct VBA expression to save something in the
same root like the current Access DB.
In Excel I think the expression for Access is "Activeworksheet.root".
Thanks
 
The current database is located in Application.CurrentProject.Path (or
simply CurrentProject.Path)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top