Text Response to msgBox

  • Thread starter Thread starter Brian
  • Start date Start date
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?
 
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.
 
Back
Top