jamesb2
Thread Starter
- Joined
- Dec 8, 2007
- Messages
- 129
I have a database where when I click on the print button on the form it prints and prompts me to delete the record that I just filled out and printed. This is what I want to do but, I do not want to be prompted to deleted it. Is it possible to delete the record without being prompted? the code to delete the record is...
killrecord:
DoCmd.RunCommand acCmdSelectRecord
DoCmd.RunCommand acCmdDeleteRecord
Thank you in advance..
killrecord:
DoCmd.RunCommand acCmdSelectRecord
DoCmd.RunCommand acCmdDeleteRecord
Thank you in advance..