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?