Hi
Is it possible to first apply the filter to the report and then output the report to the excel file?
With this code I just open the report applying the criteria:
DoCmd.OpenReport "WbtReport", acViewPreview, , "[AssetStatus]='active'"
Can I actually send that filtered report to excel not even opening the report?
Thanks
Is it possible to first apply the filter to the report and then output the report to the excel file?
With this code I just open the report applying the criteria:
DoCmd.OpenReport "WbtReport", acViewPreview, , "[AssetStatus]='active'"
Can I actually send that filtered report to excel not even opening the report?
Thanks