Is there a way to automate the archiving of data in an access database?<br><br>For instance, everyday at midnight all rows in a table are copied to another table.<br><br>The only way I can think of doing this is to check a table to see the last time the table was update each time a user enters a particular page. If the time is greater than 24 hours, update the data and set the time in the table.<br><br>This may create delays for the user.<br><br>Any other suggestions??<br><br> Thanks,<br> Dave