Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create a clean new record on form

Status
Not open for further replies.

ak48

Technical User
Aug 1, 2003
34
US
Hi, I have a form on witch I can edit old record and create new ones. My problem is this : When I click the button to add the new record, every field on the form still contain the info from the last record I consulted and this is very annoying... I tried to do "control1 = ''" to clean it but since some field are required I get an error!! What should I do?
 
I forget to give the code in the add record button. It's simply "Me.recordset.addnew"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top