I have a button on my home form that when clicked, it exports all records in a certain query to excel, and also opens a report based on the same query so I can view the exported records in a more organized format. The query is based on a status field where the value is "new". I need to change the status field of all exported records from "new" to "exported" whenever the button is clicked. I worked a little with changing my original query to an update query, but then my report based on the same query will not open, and it will not export correctly either. Any suggestions on how to accomplish this?