set window title of a form?

  • Thread starter Thread starter iserman
  • Start date Start date
I

iserman

I've got a series of queries being applied to the same subform when
different buttons are clicked on a main form, and I'd like the window
title to reflect which query has been applied against the form. Is it
possible to do this somehow?
 
If you're talking about the text that's in the top bar of the form, that's
its Caption property. You can set it to whatever you want using Me.Caption =
"Some Text"
 

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