Current root of the Access DB

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
 
D

Douglas J. Steele

The current database is located in Application.CurrentProject.Path (or
simply CurrentProject.Path)
 
Top