R
Ron
Hi,
A user use a form to insert data into "Transaction" table.
Amoung other fields there are "Invoice" which is text and "InvoiceDate"
which is a date and "Company"(text).
I put a cancel button in case the user want to undo his entries.
I figured out that I need to delete these records from the table.
1. I need help with the sql statment DELETE FROM with these critiria of
"Invoice" and the "InvoiceDate" and the "Company", so only these records
that were entered will be deleted.
2.If there is a simpler way to undo these entries - it will be much better.
Thanks for the help and time,
Ron
A user use a form to insert data into "Transaction" table.
Amoung other fields there are "Invoice" which is text and "InvoiceDate"
which is a date and "Company"(text).
I put a cancel button in case the user want to undo his entries.
I figured out that I need to delete these records from the table.
1. I need help with the sql statment DELETE FROM with these critiria of
"Invoice" and the "InvoiceDate" and the "Company", so only these records
that were entered will be deleted.
2.If there is a simpler way to undo these entries - it will be much better.
Thanks for the help and time,
Ron