Hi all
I'm looking for a thread on how to use a form as a MsgBox. I've seen this posted as a solution to customising a prompt as in 'how do i set different colours/fonts/buttons etc in a MsgBox?' and I want to give it a shot.
My problem is how to call a form to return a value. Ie, i'm looking for the syntax equivalent to:
if ((MsgBox, text, vbYesNo) = Yes)
something like:
if ((DoCmd.OpenForm "frmName",,,,,).btnOK.isClicked)
can anyone point me at a link
cheers
I'm looking for a thread on how to use a form as a MsgBox. I've seen this posted as a solution to customising a prompt as in 'how do i set different colours/fonts/buttons etc in a MsgBox?' and I want to give it a shot.
My problem is how to call a form to return a value. Ie, i'm looking for the syntax equivalent to:
if ((MsgBox, text, vbYesNo) = Yes)
something like:
if ((DoCmd.OpenForm "frmName",,,,,).btnOK.isClicked)
can anyone point me at a link
cheers