B
Bre-x
Hi,
I have this code on a Form
Response = MsgBox("My Question", vbQuestion + vbMsgBoxHelpButton + vbYesNo,
"My Title")
MsgBox Response
if you Click Yes you get 6
if you click No you get 7
but you don't get a Response when you click Help
What I am trying to do is to ask the user if you wants to do "something" and
if he/she click Help. I would like
to open another msg/form to show some text explaining my "Question"
Regards,
Bre-x
I have this code on a Form
Response = MsgBox("My Question", vbQuestion + vbMsgBoxHelpButton + vbYesNo,
"My Title")
MsgBox Response
if you Click Yes you get 6
if you click No you get 7
but you don't get a Response when you click Help
What I am trying to do is to ask the user if you wants to do "something" and
if he/she click Help. I would like
to open another msg/form to show some text explaining my "Question"
Regards,
Bre-x