how to customize a msgbox using your own message?

  • Thread starter Thread starter jen
  • Start date Start date
J

jen

Hi,
How can I use my customized msgbox instead of the system
message for a combo box when the text is not in the list?
Thanks,
jen
 
In the combo's NotInList event, use MsgBox() the way you want, and then set:
Response = acDataErrContinue
 
Allen,
Thank you for your help. it works now.
jen
-----Original Message-----
In the combo's NotInList event, use MsgBox() the way you want, and then set:
Response = acDataErrContinue

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.



.
 
Back
Top