Filter to change a Label

B

Ben

I have a command button that performs a filter.
What I'd like it to ALSO do is be able to change the text in a label that
sits in the Header.

My code is:
With Me
.Filter = "[Source] = 'SE Meeting' AND [Status] = 'Open'"
.FilterOn = True
.OrderBy = "[Group_Name], [IssueID]"
.OrderByOn = True
End With

So, when I click the command button it'll filter but I want "Label32" to
change from what it is now to "Systems Engineering"

Is that possible if so, what can I do or is there another approach?

Thanks
Ben
 

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