You can use the Path property to determine the location where data is stored for a Microsoft Access project (.adp) or Microsoft Access database (.mdb).
Setting
The Path property is a string expression that is the pathname to the disk location where data is stored for an Access database.
This property is available only by using Visual Basic and is read-only.
Remarks
You can use the Path property to determine the location of information stored through the CurrentProject or CodeProject objects of a project or database.