Database Title

S

Steve

Hi,

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

Cheers,
Steve.
 
W

Wayne Morgan

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.
 
S

Steve

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

Top