Don't bind the form to the table. Either use unbound boxes and add using code, or (and because this is easier, it's my choice) bind the form to a temporary table. Then provide a command button that appends the data to the main table and then deletes the data in the temporary table.