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!