> Thanks for that. I have been writing "Macros" in VBA for Excel for quite
> some time, so had not appreciated the distinction in Access.
>
> "Klatuu" <Klatuu[ at ]discussions.microsoft.com> wrote in message
> news:07FF4DA6-98B7-4060-A5F1-BA19103DF2DB[ at ]microsoft.com...
> >A procedure is written in VBA. You can control error handling in a VBA
> > procedure. Macros are mostly for those not familiar with VBA and allow
> > you
> > to specify a sequence of actions. You have to live with standard Access
> > error messages and are clumsy for a user to deal with.
> >
> > "Jack Sheet" wrote:
> >
> >> Thanks Jeff
> >>
> >> I see the option to create a macro. What is the difference between a
> >> Macro
> >> and a Procedure?
> >>
> >> "Jeff Boyce" <JeffBoyce_IF[ at ]msn.com-DISCARD_HYPHEN_TO_END> wrote in
> >> message
> >> news:uZfEQwK4GHA.5092[ at ]TK2MSFTNGP04.phx.gbl...
> >> > Jack
> >> >
> >> > You don't need a query to run other queries.
> >> >
> >> > At the simplest level, you could create a macro that calls each of the
> >> > action queries.
> >> >
> >> > If you want better control and error handling, write a procedure that
> >> > calls
> >> > the action queries, then call that procedure.
> >> >
> >> > --
> >> > Regards
> >> >
> >> > Jeff Boyce
> >> > Microsoft Office/Access MVP
> >> >
http://mvp.support.microsoft.com/> >> >
> >> > Microsoft IT Academy Program Mentor
> >> >
http://microsoftitacademy.com/> >> >
> >> > Microsoft Registered Partner
> >> >
https://partner.microsoft.com/> >> >
> >> >
> >> > "Jack Sheet" <mind-the-gap[ at ]DEEPblueyonder.co.uk> wrote in message
> >> > news:euRQoTK4GHA.4976[ at ]TK2MSFTNGP02.phx.gbl...
> >> >> If I set up several action queries (append or update), is it possible
> >> >> to
> >> >> have one "master" query that calls the other specified action queries
> >> >> and
> >> >> run them in sequence?
> >> >>
> >> >> Thanks
> >> >>
> >> >> --
> >> >> Return email address is not as DEEP as it appears
> >> >>
> >> >>
> >> >
> >>
> >>
> >>
>
>
>