I have a form to add new employees to a table. After entering data in the fields, you hit a button to add the record to the table and clear the fields on the form. That part works great. The problem is this:
When someone enters data in some or all of the fields and closes the form (without hitting the "Add Record" button), it adds a record to the table. I want to set the form so that the ONLY way to add a record is to hit the button.
When someone enters data in some or all of the fields and closes the form (without hitting the "Add Record" button), it adds a record to the table. I want to set the form so that the ONLY way to add a record is to hit the button.