How to turnoff the Halt mess in a macro when running a qby cancel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am running a macro that runs several queries in a row. In one query I ask
for user input example [enter info], which brings up a dialog box for input
with enter and cancel buttons. If the user clikcs the cancel button a macro
halt message comes up . This is what I need to stop from comming up and just
return back to the previous form

ANYONE CAN?
 
No, this is not possible. You either need to train the user not to
click the Cancel button, or else use a textbox on a form to gather the
criteria information, instead of a parameter query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top