Action Queries Confirm in Access 2k3 Runtime

T

Todd Lemen

I have a client with an Access 2003 app on a server (not "split"). Some of
their workstations run the app using Access 2k3 full version; some are using
Access 2k3 Runtime. The Tools/Options/Edit_Find/Confirm Action Queries,
Record Changes and Document Deletions checkboxes are all cleared. Some of
the Access Runtime clients are still receiving action query confirm messages.
Is there a seperate Runtime option that needs to be set for them, or should
setting the options in the Access file control this?
 
R

Rick Brandt

Todd said:
I have a client with an Access 2003 app on a server (not "split").
Some of their workstations run the app using Access 2k3 full version;
some are using Access 2k3 Runtime. The
Tools/Options/Edit_Find/Confirm Action Queries, Record Changes and
Document Deletions checkboxes are all cleared. Some of the Access
Runtime clients are still receiving action query confirm messages. Is
there a seperate Runtime option that needs to be set for them, or
should setting the options in the Access file control this?

Those options are for each installation of Access, not per file. Unless the
app is executing code to set those options you would have to set them on
each user's computer.
 
T

Todd Lemen

Thank you for the clarification, Rick.
I will set an Application.SetOption,"Confirm Action Queries", False line of
code to manage this.
 
Top