I have a form that displays all the records from a table. On this form i have a button that runs a report displaying the same records. What i want to do is apply a filter to the form and then run the report displaying only the filtered records from the form.Is this possible? I assume i have to put something in the following line to filter but i'm not sure of the syntax: DoCmd.OpenReport "rptCaseSummary", acPreview, "", ""
Any advice would be appreciated. Thanks
Any advice would be appreciated. Thanks