Y
Yanick
I need one of my report to show exactly the same records as one of my
subform. I created a button doing this (which is working) :
DoCmd.OpenReport "00-GetOutstandingSalesOrder", acViewPreview, ,
Form_CustomerOutstandingSalesSubForm.Filter
The problem is if I close my report and remove all filter on the subform
then click the button again, the last filter is still apply on my report.
Would like to see all record if there is no filter apply.
My Subform is in datasheet view which I filter using the filters toolbar
button. I also have a report based on the exact same record source then my
subform.
Any suggestion?
subform. I created a button doing this (which is working) :
DoCmd.OpenReport "00-GetOutstandingSalesOrder", acViewPreview, ,
Form_CustomerOutstandingSalesSubForm.Filter
The problem is if I close my report and remove all filter on the subform
then click the button again, the last filter is still apply on my report.
Would like to see all record if there is no filter apply.
My Subform is in datasheet view which I filter using the filters toolbar
button. I also have a report based on the exact same record source then my
subform.
Any suggestion?