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.