Using tab captions as filter criteria

  • Thread starter Thread starter Jo Phillips
  • Start date Start date
J

Jo Phillips

Is there any way I may filter a subform on a tab page by the tab caption?
 
Yes, you can use the Caption property of the page.
This will return the caption of the currently selected page:

Me.TabControlName.Pages(Me.TabControlName).Caption
 

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