J
jebuss
I have a small app to print out multiple reports.
The user inputs the data on the form, which writes to the table.
Then the user can choose which reports are to be printed.
When the reports are printed, there is no reason to keep the data, it
is always a one-time thing.
So when the user clicks on the 'Finished" button, I would like to
write code behind the button to delete the record that is currently
stored in the table so that on re-open for the next batch of reports
the user is presented with a 'blank' form for inputting the new data.
Seems like it shouldn't be too hard, but I am unsure what to do.
Please help
TIA
Joanne
The user inputs the data on the form, which writes to the table.
Then the user can choose which reports are to be printed.
When the reports are printed, there is no reason to keep the data, it
is always a one-time thing.
So when the user clicks on the 'Finished" button, I would like to
write code behind the button to delete the record that is currently
stored in the table so that on re-open for the next batch of reports
the user is presented with a 'blank' form for inputting the new data.
Seems like it shouldn't be too hard, but I am unsure what to do.
Please help
TIA
Joanne