I have a Form that has a command button with a link to a report with code to print just those records filtered, which works fine.
I would like to be able to pass the filter used to the report so that it can printed in that report's footer. I tried using a field on the report set to Me.Filter as it's control source, but when run it prompts you for this.
Any ideas on how I can print out the filter used to the report footer would be most appreciated.
TIA - David
I would like to be able to pass the filter used to the report so that it can printed in that report's footer. I tried using a field on the report set to Me.Filter as it's control source, but when run it prompts you for this.
Any ideas on how I can print out the filter used to the report footer would be most appreciated.
TIA - David