I have an MS Access database that has a form with an "Add Record" command button. How can I confirm that a record has actually been added to the table when the button is clicked? Obviously I can look at the table itself but data entry personally, who will be the ones entering the records once the database is up and running will not. All they will have is the form to look at (with the textboxes for data entry and the command button for adding the records). I want to ensure when they're doing their data entry that the records are actually being added. Thank you.