Strange window header

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

In the window title bar of a form, one usually sees:

Application Title [form name]

Where "Application Title" comes from the startup
property sheet, i.e., Tools -> Startup

And,

The bracketed name, I've always assumed, came
from whatever the name of the form. However, I
have a form where the bracketed text is from
another entirely un-related application database.

It might be that I imported the form to get the
basic structure from the other application......I
don't recall. I've tried going through some renaming
of the offending form, but that doesn't change anything.

Are there some hidden properties somewhere that
I can access to correct this?

Bill
 
Bill,
Check the Caption property of the form. If anything is entered there, it will display
in the title bar.

--
hth
Al Campagna . Candia Computer Consulting . Candia, NH USA
Microsoft Access MVP
http://home.comcast.net/~cccsolutions

"Find a job that you love, and you'll never work a day in your life."
 
Thanks Al, that's the only place I didn't look!
Bill


Al Campagna said:
Bill,
Check the Caption property of the form. If anything is entered there,
it will display in the title bar.

--
hth
Al Campagna . Candia Computer Consulting . Candia, NH USA
Microsoft Access MVP
http://home.comcast.net/~cccsolutions

"Find a job that you love, and you'll never work a day in your life."

Bill said:
In the window title bar of a form, one usually sees:

Application Title [form name]

Where "Application Title" comes from the startup
property sheet, i.e., Tools -> Startup

And,

The bracketed name, I've always assumed, came
from whatever the name of the form. However, I
have a form where the bracketed text is from
another entirely un-related application database.

It might be that I imported the form to get the
basic structure from the other application......I
don't recall. I've tried going through some renaming
of the offending form, but that doesn't change anything.

Are there some hidden properties somewhere that
I can access to correct this?

Bill
 
Back
Top