Hi folks, I have a query which I use to periodically export data to an Excel file. I use the <DoCmd.TransferText acExportDelim> command to do this. After I do the export, I would like to update the checkbox field in one of the tables so that it doesn't get exported again when I run the command. I've already put the condition in my query to exclude records with this checkbox selected but right now I have to manually check them after doing each export. Can anyone help?