Hello
I have a form where i have a checkbox. When the checkbox is clicked, it checks to see if the value is true (checked). If it is, it takes the current record in the form, prompts for some information (input boxes) and writes the values to a table via sql insert. Then deletes the record from the form.
The form data displayed is based on values selected from 2 combo boxes. The records set could have more than 1 record. The checkboxes are for "Sold". Which means the item was sold. Probem is is that after deleting the first item (clicking the checkbox) if I try to delete a second item; or click anywhere in the form, I get an access box come up and say "Record is deleted". Is there any way to suppress this? I have tried turning off warnings, but it does not work.
Thank you
Terry
I have a form where i have a checkbox. When the checkbox is clicked, it checks to see if the value is true (checked). If it is, it takes the current record in the form, prompts for some information (input boxes) and writes the values to a table via sql insert. Then deletes the record from the form.
The form data displayed is based on values selected from 2 combo boxes. The records set could have more than 1 record. The checkboxes are for "Sold". Which means the item was sold. Probem is is that after deleting the first item (clicking the checkbox) if I try to delete a second item; or click anywhere in the form, I get an access box come up and say "Record is deleted". Is there any way to suppress this? I have tried turning off warnings, but it does not work.
Thank you
Terry
Comment