Clear a form

Is there a way to clear a form? I know I can reset a form.

Here is my situation. I have an edit form that is populated from a table. Resetting just restores all the bindings from the database. I would like to clear all form fields so they are empty and then submit.

I’ve had this before, what I did (not sure if its the right or wrong way) I set the database search to a hidden value, and to clear the form I cleared the value, reloaded the database and a NULL search took place which did not return anything which in turn did not populate the form.

@brad
Is it update form ?

Yes, it’s an update form

How about creating a button that, in theory, when clicked sets the detail (the populated data) from record ID or variable to 0?