H
Haroon
i have a form where i want a dialog box to appear when users click on Submit
button but before the data/info gets populated on the doucment, i want users
to get a yes/no dialog box when they click on Submit button to make sure they
double check info before submitting, if they click yes, the info gets
populated on document, if they click No, the dialog box hides/disappears and
users see the form again to correct the mistakes.
anyone how to do this?
i have managed to make a code for Yes, but can't get the code for No.If
MsgBox("Are you sure?", vbYesNo + vbQuestion) = vbYes Then
cheers.
button but before the data/info gets populated on the doucment, i want users
to get a yes/no dialog box when they click on Submit button to make sure they
double check info before submitting, if they click yes, the info gets
populated on document, if they click No, the dialog box hides/disappears and
users see the form again to correct the mistakes.
anyone how to do this?
i have managed to make a code for Yes, but can't get the code for No.If
MsgBox("Are you sure?", vbYesNo + vbQuestion) = vbYes Then
cheers.