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





.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top