Are you sure you want to delete 7 records?

  • Thread starter Thread starter Eric D. Braden
  • Start date Start date
E

Eric D. Braden

I'm working with a database created by someone else who appears to
have had about the same knowledge level that I do (limited, brute
force). One of the functions it serves is to create a series of
reports by pulling records from another database. She went about this
in what appears to be a rather complicated way, creating and deleting
a series of new records.

I'm hesitant to try and rewrite everything she's done, because it is
rather complicated, but I'd love to be able to suppress the Delete?
dialog. I produce the reports 3 times a week and have to 'enter'
through about 30 delete dialogs each time. Not world ending, but
extremely annoying.

So, can anyone tell me how to autoconfirm deletions?
 
hi Eric,
So, can anyone tell me how to autoconfirm deletions?
Take a look at

DoCmd.SetWarnings False
DiCmd.Echo False



mfG
--> stefan <--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top