I have a form with a bunch of combo boxes and a few text boxes. When the form opens all but one of the boxes are disabled and I use the afterUpdate to enable the next box for all of them. I want a button that resets the form the its original condition where there is no data selected for the combo boxes and they are disabled like when the form opens. How would I do this?