kentwoodjean
Technical User
I have 2 Append Queries that I am attempting to run on a Macro. The macro reads as below:
Set Warning (warnings on - no)
Open Query (invenProfFac)
Open Query (CountOfShelfComb)
Set Warning (warnings on - yes)
Problem is that it will only one 1 of the two queries listed above, (CountOfShelfComb)and not the 2nd query. Each one however, will run correctly by itself. Why will they not run under the 1 macro?
Set Warning (warnings on - no)
Open Query (invenProfFac)
Open Query (CountOfShelfComb)
Set Warning (warnings on - yes)
Problem is that it will only one 1 of the two queries listed above, (CountOfShelfComb)and not the 2nd query. Each one however, will run correctly by itself. Why will they not run under the 1 macro?