R
ryan.fitzpatrick3
I created a macro that looks like this
SetWarning = No
Hourglass = Yes
OpenQuery
OpenQuery
Msgbox = Query1 has pulled
OpenQuery
OpenQuery
Msgbox = Query2 has pulled
OpenQuery
OpenQuery
Msgbox = Query3 has pulled
HourGlass = No
SetWarnings = Yes
Now this works perfectly except on the msgbox I want it to state that
"query1 has pulled" and continue on with the rest of the macro instead
of clicking "OK". I just want the message to appear for a view secs
then move on and not sit on the msgbox prompt waiting for someone to
click ok. Is this possible to do?
Ryan
SetWarning = No
Hourglass = Yes
OpenQuery
OpenQuery
Msgbox = Query1 has pulled
OpenQuery
OpenQuery
Msgbox = Query2 has pulled
OpenQuery
OpenQuery
Msgbox = Query3 has pulled
HourGlass = No
SetWarnings = Yes
Now this works perfectly except on the msgbox I want it to state that
"query1 has pulled" and continue on with the rest of the macro instead
of clicking "OK". I just want the message to appear for a view secs
then move on and not sit on the msgbox prompt waiting for someone to
click ok. Is this possible to do?
Ryan