M Marshall Barton Sep 3, 2009 #2 Jess said: How can I programmatically change the "Access title bar" content? Click to expand... First change the title bar using the Startup menu. Then you can use code to change it: CurrentDb.Properties!AppTitle "some title text" Application.RefreshTitleBar
Jess said: How can I programmatically change the "Access title bar" content? Click to expand... First change the title bar using the Startup menu. Then you can use code to change it: CurrentDb.Properties!AppTitle "some title text" Application.RefreshTitleBar