Hi
To popup a message box and ask a user whether they want to do one thing or another, get their response and react accordingly,
response = msgbox("Do you wish to continue to next form", VBYESNO, "Message Title")
If response = vbYes then
' Do this
Else
'...