Using tab captions as filter criteria

K

Klatuu

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
 
Top