Moving Databases across Network

M

Meg

I have developed an Access Database that is being
transfered to another server. I have set it up so that
when queries run, the message popups are suppressed when
I run it on my server. It works perfectly on my server.

When I move the database to the new server, the popup
messages are no longer suppressed (and there are a BUNCH)
of them! I've checked the Tools/Option/edit/find/Confirm
buttons on the moved Database and they are not selected .
I've also checked the macro that runs, and the echo
option is activated.

I am befuddled...any ideas anyone?

Meg
 
M

mikepage5

Do you have the setwarnings of the macro at no?
If you don't even have the setwarnings as an option on
the runqry macro, then you would want to place one of
these at the very beginning of the macro and another
where you want the popups to appear. and set that one at
yes
 
Top