Text Response to msgBox

B

Brian

I have used the message box often, like most, for system
messages (mainly using OK, Cancel, Yes, No, etc). I am
trying to see if there is a way to get the user to type in
a text response to a MsgBox (i.e. msgBox says "ABC", user
types in "123"). This way the response can be evaluated
and the proper action taken (which forms/views are
allowed).

Is there a way to format a message box like this?
 
K

Ken Snell

Or create your own form that contains a textbox, a combo box, an option
group, or other controls that will allow you to control exactly what the
user does/must do.
 

Ask a Question

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.

Ask a Question

Top