How can an Access database find out where it resides, as distinct from where it is running? I have tried CurrentDB().Properties(“Location”), but I get a runtime error message as the property “Location” seems not be known. The purpose of finding location is to direct the opening of a Word file supposed to be in the same location as the database. The use should notice nothing except the Word file opening in front of him: he should not himself need to know the location.