I am adding a filter via VB directly into the 'Filter' under the 'Data tab'. It is working, however, I need to add 2 types of criteria but don't know how to set this up. The reason I am adding this filter in the report is because it is reading from a crosstab query - and does not recognize a criteria such as Forms![frm_FY]![txtQuarter].
Here is what I have thus far in my code:
Reports!rpt_Work_Order_Completion_Summary.Filter = "FY=" & Me.txtFY
I need to also add "Quarter" & me.txtQuarter
Any help will be greatly appreciated.
Here is what I have thus far in my code:
Reports!rpt_Work_Order_Completion_Summary.Filter = "FY=" & Me.txtFY
I need to also add "Quarter" & me.txtQuarter
Any help will be greatly appreciated.