How can I run sql command with no cofirmation alert through VBA
hi guys
i want to delete a record from another table in After-Update event of a text item in ms access form. the problem is the confirmation alert asking whether u want to delete or not. i don't want this alert to be displayed and I want to delete the record anyway. The code i'm using is
docmd.runsql "delete from discarded where sr_no=' " & Form_INV.sr_no & "'"
plz tell me how can I bypass this alert?
Thanks Khawar Pasha khawarpasha@hotmail.com

