truediamond
New member
- Local time
- Today, 09:49
- Joined
- Jan 23, 2007
- Messages
- 6
Hi,
I have a form that is used to record new information. Behind the form is a VB module that dpes validation on the fields and on succesful validation closes the form down.
This all works well, but on re-entering the form, the data from the previous entry remains in the fields.
Can anyone suggest how I can clear the form, and why the closing of the form does not clear the cache?
I have tried both
DoCmd.Close acForm, "[Add New Membership Details]", acSaveNo and
DoCmd.RunCommand acSaveNo to close the form, but neither makes any difference.
Regards
TD
I have a form that is used to record new information. Behind the form is a VB module that dpes validation on the fields and on succesful validation closes the form down.
This all works well, but on re-entering the form, the data from the previous entry remains in the fields.
Can anyone suggest how I can clear the form, and why the closing of the form does not clear the cache?
I have tried both
DoCmd.Close acForm, "[Add New Membership Details]", acSaveNo and
DoCmd.RunCommand acSaveNo to close the form, but neither makes any difference.
Regards
TD