temporarily disable confirm record change

S

Steve Schapel

Bertha

Just guessing, but if you are talking about "record change" via an
action query, such as an Update Query or an Append Query, put a
SetWarnings/No action in the macro before the OpenQuery action.
 
B

Bertha

great -- just what I needed

Steve Schapel said:
Bertha

Just guessing, but if you are talking about "record change" via an
action query, such as an Update Query or an Append Query, put a
SetWarnings/No action in the macro before the OpenQuery action.
 
Top