Query Results showing in Macro

B

Bill Johnson

This has never happend to me before, I'm using Access
2002.

I have a Macro that calls an Update Query and a Delete
Query, the query results are popping up on the screen.
This has always happened in the background before. Is
there a new setting?


Thanks for your help!
 
K

Ken Snell

What do you mean, "query results"? Are you seeing a datasheet view of the
query? Or message boxes stating that "x number of records are being
affected"?
 
B

Bill Johnson

What I'm getting is a datasheet view of one of the queries
that shows records about to be added to a table, and
another datasheet view of a delete query showing the
records about to be deleted from the same table.
 
K

Ken Snell

Not normal behavior. Are you sure that you're not calling a SELECT version
of the query first and then the action query?
Post the macro actions that you're using.
 
Top