Running a Macro that Opens a Form then fails to run the rest of Ma

A

Andy

I have a Macro called by a command button that in the middle of a number of
instructions it checks a condition on a form and if the condition is met it
opens another form for more data entry. The problem is after the data is
entered into the new/second form the new/second form is closed and updates
the first form and I would like to in all cases run the rest of the Macro on
the original form. What happens now is after the second form is closed and
updated it stops running the rest of the instructions from the original macro
on the original form. Is there a way I can get it to run the rest of the
instructions in the Macro? Can I call a series of macros in an OnClick
Event, perhaps seperated by semi-colons?

Thanks
Andy
 

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

Top