Yes, but you should have given a bit more information so my reply
would be specific to your question.
Can accept or deny what?
Then do what?
Where you place the code is determined by what.
Code the form's Open or Load event:
If MsgBox("Do you accept?",vbExclamation + vbYesNo) = vbYes then
' Do the Yes thing here
Else
' Do the No thing here
End If
Hi Fredg,
Let me clarify...It would just be a message box like "You have opened new
form"...it would be a reminder or warning to user then they can close message
and continue data entry. Does this help?
Hi Fredg,
Let me clarify...It would just be a message box like "You have opened new
form"...it would be a reminder or warning to user then they can close message
and continue data entry. Does this help?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.