Remove Access Message during update process

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

I run an update query in my program when it runs, access shows a
message window "Are u sure u want to update table" I dont want this
message in my program. Can any one please help me how to i remove this
message during update process

Private Sub Form_Open(Cancel As Integer)
DoCmd.OpenQuery "qryupdt", acViewNormal, acEdit
end sub

Thanks,
 

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