2007 accdr Confirm record changes doesn't go away

D

Damon Heron

I created a runtime version of my db. In the logon form, as per MS
kb229802, I added the following code:

Private Sub Form_Load()
Application.SetOption "Confirm Action Queries", 0
Application.SetOption "Confirm Record Changes", 0
Application.SetOption "Confirm Document deletions", 0

It works fine on my pc. When I installed it on a customer's pc, it began
displaying the familiar " You are about to append ....records..."
This was a accdr runtime version, so there was no way to get into the
settings to change the Confirm options. When I checked the mde that was the
source of the accdr, all the confirm buttons were turned off, and my code
was as above.

Any ideas why this is happening?

Damon
 

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

Top