Delete Record Confirmation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All..

I have a delete record button in my form wich prompts if the user are sure
about to delete the record... my question is after that "my message" with yes
or no, appears an access message if i'm sure to delete the record...

how to hide or not show that second message which is show by default by acess?

thanks in advance
 
Tiago said:
Hi All..

I have a delete record button in my form wich prompts if the user are sure
about to delete the record... my question is after that "my message" with
yes
or no, appears an access message if i'm sure to delete the record...

how to hide or not show that second message which is show by default by
acess?

In Basic use

DoCmd.SetWarnings False

Tom Lake
 

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