Need to change title bar of a form

B

Brent E

Good afternoon,

I am trying to use VBA to open a form as a popup window and I need to
specify a title on my form in the title bar, but I can't find a "title"
function as part of the "form" object. Any suggestions? Thanks

Cordially,
 
J

Joerg Ackermann

Brent said:
I am trying to use VBA to open a form as a popup window and I need to
specify a title on my form in the title bar, but I can't find a
"title" function as part of the "form" object. Any suggestions? Thanks

try form.caption
 
Top