Access 97
I want to write VBA code for a “Print” button in a form that prints a report using only the currently displayed (filtered) data.
I have a Form with buttons set up to allow the user to easily filter records. Once the user has filtered the records, I need to give them the option to print a report (and/or export) based on the filtered (not query criteria) data.
I want the user to dynamically be able to use the user-friendly filtering tools rather than parameter queries.