A question has surfaced a few times in Access forums regarding how one could display the Path/Name, or both, in the Access Application Title Bar. I previously contributed my two cents worth to the following thread:
that said, I decided to put together a simple concrete example to dissect and learn from. So feel free to download the following Access 2007 accdb sample (although the code will work in prior and future versions as well).
Display The Current Database Path In The Access Application Title Bar
Basically, all the code is contained within a single standard module and executed by the AutoExec macro upon launching your database.
Thanks! But why does it have to be so complicated?
Ask Microsoft.
When it comes to extending Access, VBA is the way 90%+ of the time. In this specific case it is a db property, so it requires an extra function, or two to accomplish.
You can always provide your Feedback through the new Feedback Portal. I wrote a small post on it a short while ago, refer to:
https://www.devhut.net/microsoft-feedback-portal-the-new-uservoice/