Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can anyone tell me why my filter doesn't work when I click the button
to run a report? Private Sub btnCost_Click() DoCmd.OpenReport "rptCost", acViewPreview Reports("rptCost").Filter = Me.lstResults.Column(0) Reports("rptCost").FilterOn = True End Sub The filter does not seem to be set when the report runs. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Did you mean to post this to an Access group?
EAB1977 wrote: Can anyone tell me why my filter doesn't work when I click the button to run a report? Private Sub btnCost_Click() DoCmd.OpenReport "rptCost", acViewPreview Reports("rptCost").Filter = Me.lstResults.Column(0) Reports("rptCost").FilterOn = True End Sub The filter does not seem to be set when the report runs. -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Opps. I did. Sorry.
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
DataFilterAuto Filter in excel 2007? | New Users to Excel | |||
Filter PivotTable dropdown items to match report filter | Excel Discussion (Misc queries) | |||
Extract filter items from Drop-Down Automatic Filter | Excel Programming | |||
Advance filter search does not filter an exact match | Excel Programming | |||
"Criteria Range" in the "Data/Filter/Advanced Filter" to select Du | Excel Worksheet Functions |