Messages displayed when running action queries

M

MrBo

Hello
I have a database containing an action query.

When I open this by double-clicking the mdb file and double-click the action
query to run, I get some message prompts from Access (I know which prompts
are shown depends on the options selected in Tools-Options-Edit/Find-confirm
frame)

However when I open the database using a vb6 test exe code below, I get no
such prompts when double-clicking the action query to run.

Set objApp = New Access.Application
objApp.OpenCurrentDatabase ("mydb.mdb")
objApp.Visible = True

Any idea why this may be happening?
 
Top