J
Joanne
I have a msgbox in a macro whose condition is:
MsgBox("Do Another Package?",4+32+256)=256
If the user chooses the 'yes' button, I am trying to create an action
relating to the yes response:
vbyes=true then take an action
But I keep getting an error that ms access cannot locate the variable
vbyes, so I am guessing that I am not using proper syntax to get the
results I need.
Could someone please tell me how to apply a vbyes or vbno condition to
a macro?
Thanks a bunch
Joanne
MsgBox("Do Another Package?",4+32+256)=256
If the user chooses the 'yes' button, I am trying to create an action
relating to the yes response:
vbyes=true then take an action
But I keep getting an error that ms access cannot locate the variable
vbyes, so I am guessing that I am not using proper syntax to get the
results I need.
Could someone please tell me how to apply a vbyes or vbno condition to
a macro?
Thanks a bunch
Joanne