Get directory path

BobJones

Registered User.
Local time
Today, 20:35
Joined
Jun 13, 2006
Messages
42
Anyone got any ideas how to get the directory path where the database is running?
Thx in advance
Bob
 
In VBA:

MsgBox "The current database is located at " & Application.CurrentProject.Path
 
Did literally just find out how to do it and was coming back to post it but you beat me to it!
Tah very much anyways!
Bob
 

Users who are viewing this thread

Back
Top Bottom