Using MsgBox without pausing the application

后端 未结 7 932
一向
一向 2020-12-16 14:05

I need to display a message to the user. When I do this using MsgBox, the program stops until the user clicks the box away. I\'d like to know if there\'s a way

7条回答
  •  一整个雨季
    2020-12-16 14:25

    As far as I've ever been able to discover, the answer is you can't. The work-around is a custom form that serves as a dialog box.

    See http://www.mvps.org/access/forms/frm0046.htm (not precisely your question, but applicable).

提交回复
热议问题