I am trying to clear and reset the fields of a form with a RESET button. I would also like to, more importantly, make sure that hitting the reset button will update the timestamp that is auto filled. Currently, the timestamp just stamps the time of when the last entry was submitted, but it doesn't update as time goes on! So if I make an entry at 12:00 then wait 5 minutes, it still says 12:00 unless I close the form and re-open it. I need the timestamped field to update, or be able to be reset with this reset button.
When I fill in some fields and then hit ESC a few times, it clears everything and updates the time. I think that is what I need the RESET button to do; Just a shortcut for hitting escape a few times perhaps. But I don't know how to do that.
I have found some info on something called SendKeys, but I am not sure how to use that.