Design by Sue
Registered User.
- Local time
- Yesterday, 20:38
- Joined
- Jul 16, 2010
- Messages
- 809
I have a form that has the following controls:
SOPNumber
EmployeeName
DateCompleted
TimeCompleted
The form is bound to a table. When a record is saved to a table normally the form is cleared. If the training session was completed by more than one employee it would be best to return to the form with the EmployeeName blank but the other 3 controls still holding the information from the record that was saved. I hope to put the code on a save button. Any suggestion of what method would work for this?
Once again I hope that makes sense.
SOPNumber
EmployeeName
DateCompleted
TimeCompleted
The form is bound to a table. When a record is saved to a table normally the form is cleared. If the training session was completed by more than one employee it would be best to return to the form with the EmployeeName blank but the other 3 controls still holding the information from the record that was saved. I hope to put the code on a save button. Any suggestion of what method would work for this?
Once again I hope that makes sense.