Database Title

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

Hi,

Is it possible to change the Applicatin Caption using VB?
(Tools > Startup > Application Caption)

Cheers,
Steve.
 
CurrentDb.Properties!AppTitle="Test2"
Application.RefreshTitleBar

You have to have this already set in the Startup menu or you have to add the
property to the properties collection before you can use it.
 
Thanks for the help Wayne.

Steve.


-----Original Message-----
CurrentDb.Properties!AppTitle="Test2"
Application.RefreshTitleBar

You have to have this already set in the Startup menu or you have to add the
property to the properties collection before you can use it.


--
Wayne Morgan
Microsoft Access MVP





.
 
Back
Top