Change form Name with Code

  • Thread starter Thread starter John
  • Start date Start date
J

John

I would like to be able to change the form caption using VBA to display the
value of variable.
Can this be done? Any examples would be of great help.

Thanks
 
John said:
I would like to be able to change the form caption using VBA to display the
value of variable.

Me.Caption = "Working on item " & Me.txtItemNumber
 

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