Can someone provide a line or two of VBA code that shows the full directory
path of the current database? (Purpose: I want to disable the db if the
user isn't running from a certain directory.)
M. - 06 Dec 2007 21:31 GMT
Application.CurrentDb.Name (string; includes both path and database_name.mdb)
> Can someone provide a line or two of VBA code that shows the full directory
> path of the current database? (Purpose: I want to disable the db if the
> user isn't running from a certain directory.)