MsgBox Macro won't work.

N

Nicole

I'm working with a series of macros. Every other macro is a Msgbox with a
different message so that the user will know what to expect next. Only the
first Msgbox will work. The third one is preceeded by an OpenForm macro.
The form opens, and then no further actions are taken. I am not getting any
type of error message, the macro group just will not go on. I've even tried
to step through them with no success. I'm a newbie and can't for the life of
me figure out what's going wrong.

Nicole
 
K

Ken Snell \(MVP\)

Are you opening that form in Dialog mode? If yes, then all macros / code
will pause until the form is closed. Change the Window Mode argument to
Normal.
 
N

Nicole

The window mode argument has always been set to normal. However, I have not
set the Filter Name, Where Condition, or Data Modes to anything because I
don't know what to set them to. Could this be the problem?

Nicole
 
K

Ken Snell \(MVP\)

Check that first form's Modal property (design view of the form) -- it needs
to be set to No in order to do what you want in this situation.
 
N

Nicole

I'm using version 2003. Sorry for the long delay in responding. I was
having a problem with my browser and couldn't read the threads.
 
K

Ken Snell \(MVP\)

Can you post the specific macro actions (copy from design view of the macro)
and the argument settings for each action? That way, we can see what is
happening more clearly.
 

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