Title bar

  • Thread starter Thread starter Jess
  • Start date Start date
Jess said:
How can I programmatically change the "Access title bar" content?


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
 
Back
Top