I am trying to make a computer inventory in Access. I have a table and form created, "Monitors" and one called "OldMonitors". I have about 10 fields for each monitor and a check box called scraped. When somebody checks this box, I would like them to click a button that then takes this record from the "Monitors" table and moves it to the "OldMonitors" table. I have created an append query, but everytime I run it, it says that there are "0" records to apend. I have set the scrapped field if = to True. I then created a simple select query with the same "if = true" and it selects this one record. Is there something with an apend query that I might be doing wrong? Or possibly a better way to move records to an history table?