**Reset Button for Form Inputs**

Hey,

I have created a simple form so some of our people could easily lookup Sales Order information based on whatever criteria they want to search for. I am trying to implement a reset button so that they do not have to close and reopen the form each time but nothing I have tried has worked. So far I have tried several variations of the "FieldName.Value =" in the OnClick Event but nothing has worked for me. Everything is unbound and I used both Text Box and Combo Box. Any idea?

Thanks


**Ok, I have figured out how to reset a single box using a macro, is there a way to link that to all inputs?

***I figured out how to do it using a Macro on the OnClick event for the button. Action: SetValue; Item: FieldName; Expression: Null