How easy it it to pass a variable back from a form
for example i want to make my own Msgbox and I will need
to return the correct response.
so i can code like this (or almost)
Dim I as integer
i = docmd.openform "frmMyMsgbox"
if i = vbyes then msgbox "You pushed the yes button"
(obviously this only caters for the YES button and obviously this code is not going to work)
for example i want to make my own Msgbox and I will need
to return the correct response.
so i can code like this (or almost)
Dim I as integer
i = docmd.openform "frmMyMsgbox"
if i = vbyes then msgbox "You pushed the yes button"
(obviously this only caters for the YES button and obviously this code is not going to work)