Temporarily interrupt macro

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

Guest

One step in my macro runs a find duplicates query. I want to delete
duplicates then continue with the macro. I'm relatvely new to macros, so
nothing too complex please.
 
JoJoMom said:
One step in my macro runs a find duplicates query. I want to delete
duplicates then continue with the macro. I'm relatvely new to macros, so
nothing too complex please.

It might be simpler for you to just build 2 separate macros. Run the first,
delete your dupliccates, then run the second. There is no built-in capacity
to stop and resume a macro, so you'd need to do that with a modal form, and
possibly some VBA code.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access Downloads
http://www.datastrat.com
http://www.mvps.org/access
 

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