I have a form that adds data to a database. I want to be able to add multiple records in succession.
I have a Save Data event that works, but I can't figure out how to clear the form data and re-display the form for the next input. Probably need a button that says "Next input" but how can I get it to go back to the for?
I have a Save Data event that works, but I can't figure out how to clear the form data and re-display the form for the next input. Probably need a button that says "Next input" but how can I get it to go back to the for?
Hi kkurz,
The Event Loader action will let you automatically re-load the form load event after the submission processing is complete.
Bob
The Event Loader action will let you automatically re-load the form load event after the submission processing is complete.
Bob
This topic is locked and no more replies can be posted.