I've got a generic form with about 12 yes/no check boxs which link to 12 corresponding tables. Upon clicking a check box yes, I want to run an append query to add that current record to it's corresponding table. The problem i'm having is that the query runs to add the record, but doesn't add the record I just added into the form. Where would I apply the query in the form to get it to do this? I've tried after_update but I still run into the same problem.