VBA Syntax - Get Filepath of the Current MDB/MDE

M

Mike

Hi. In VBA, is it possible to determine the filepath of where the current
MDB/MDE is running? For example, If I have the file c:\dev\app.mdb, I would
like to write code which returns "c:\dev\app.mdb".

Thanks!
 
Top