I've created a form to enter customer data, and I added a command button to save the new record and another to clear the form (based on the undo command). My thinking was that if I wanted to enter more records, I'd need to clear all the fields to start over.
But I have a suspicion this isn't the way to do it, because if I select the Clear(Undo) button after clicking on the Save cmd button, I receive a message that says if I continue I'll delete a record.
What's the best way to clear the form? (I don't want to do it automatically on the save because a third cmd button allows the user to enter order requests for the customer, and the CustID takes the info to the order form.)
Thanks,
KerryL
But I have a suspicion this isn't the way to do it, because if I select the Clear(Undo) button after clicking on the Save cmd button, I receive a message that says if I continue I'll delete a record.
What's the best way to clear the form? (I don't want to do it automatically on the save because a third cmd button allows the user to enter order requests for the customer, and the CustID takes the info to the order form.)
Thanks,
KerryL