Title bar

M

Marshall Barton

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
 
Top