E
E
I am writing records to a DB and want to use the "New Record" button to clear
the form so the user can fill out a new form essentially. Of the 10 fields,
4 of them are repeated. Is there any way to clear the form and bring the
previous 4 fields back so the user does not have to re-key them?
1: We can copy the data fields to th query fields and then copy them back,
but we need 3 buttons to do that...yuck. e.g. copy button, new record
button, paste button. I'm hoping there is a cleaner way.
2: Can we call the "New Record" from code? If so, than we can use 1 button.
the form so the user can fill out a new form essentially. Of the 10 fields,
4 of them are repeated. Is there any way to clear the form and bring the
previous 4 fields back so the user does not have to re-key them?
1: We can copy the data fields to th query fields and then copy them back,
but we need 3 buttons to do that...yuck. e.g. copy button, new record
button, paste button. I'm hoping there is a cleaner way.
2: Can we call the "New Record" from code? If so, than we can use 1 button.