Changing Form Title

S

Steve

Hi,

Is there any way of changing the Title Bar on a form
through code? I am using Access 97 and the help files say
it is not possible, but who can wholly trust the help
files? :)

Cheers,
Steve.
 
J

Jeff Conrad

Are you referring to the form's caption property?
You can change this anytime you like.
Anywhere in your code behind an event or something just do this:

Me.Form.Caption = "New Title Here"
 

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