Is there a way to transfer records between tables based on a true/false concept? Let's say a user is entering records, they have a combo box for yes/no. If yes=true then move record to THIS table. IF no=False, then move the record to THAT table. The issue I have though before trying to see...