Hi,
I have read through a few posts but none seem to resolve the issue I am experiencing.
I have a form with a FilterByForm button. This works fine. I also have a button that is supposed to display the results of the filter on a report. Everytime I click this button it prompts me to enter a parameter value.
Here is the code I am using for the button:
Any help appriciated.
I have read through a few posts but none seem to resolve the issue I am experiencing.
I have a form with a FilterByForm button. This works fine. I also have a button that is supposed to display the results of the filter on a report. Everytime I click this button it prompts me to enter a parameter value.
Here is the code I am using for the button:
Code:
DoCmd.OpenReport "Temp", acViewPreview, , Me.Filter
Any help appriciated.