R
Rose B
I am sure that what I am trying to do can be easily achieved...... but I
don't know how and can't find anything by searching - PLEASE HELP!
I have a form where I want the user to be given a choice of options when
they click a button - all the while I only had two choices I used the vbYesNo
MsgBox route - but now I need them to pick 1 from 4. I thought that if I
built a simple form with an option group with the 4 options on, then this
would be OK, but I cannot work out how to pass the user choice back to the
main form (hope that this makes sense).
My ideal solution would be along similar lines to the MsgBox one - but with
4 options, and then I code in VB what needs to happen depending upon which
option the user chose.
don't know how and can't find anything by searching - PLEASE HELP!
I have a form where I want the user to be given a choice of options when
they click a button - all the while I only had two choices I used the vbYesNo
MsgBox route - but now I need them to pick 1 from 4. I thought that if I
built a simple form with an option group with the 4 options on, then this
would be OK, but I cannot work out how to pass the user choice back to the
main form (hope that this makes sense).
My ideal solution would be along similar lines to the MsgBox one - but with
4 options, and then I code in VB what needs to happen depending upon which
option the user chose.