Hello,
I have a form whose record source is a query combining employee data, QRY-EMPLOYEES.
User will filter and sort this data mega-multiple ways on this form. A simple example: filtered for a single department and location, sorted by name.
I have created an export button whose event on Click is to export to Excel. Simplest macro works great. Hooray! However, it ignores the user's filtering and sorting and just exports the entire record source QRY-EMPLOYEES.
I'm thinking there's a simple way to say export just the data filtered, and as sorted. I couldn't possibly make a query for every single combination.
Any help appreciated!
Kay from Toronto