J Jo Phillips Oct 14, 2008 #1 Is there any way I may filter a subform on a tab page by the tab caption?
K Klatuu Oct 14, 2008 #2 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
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