The reset button is either reset the enter form or just the fields you
pass to it. So you might find it easier to save the value of the 2
fields, reset the form then set the 2 fields back to what they were.Or
if you wrap the fields you want in a subform , you can rest the subform
and all child nodes of the subform woudl be reset as well. If you decide
to go this route the make sure that the binding for the wrapping subform
is set to none.Paul