ms access - Using MsgBox without pausing the application -


I need to display a message to the user i when I use this MsgBox , The program stops until the user removes the box. I want to know that there is no way to open MsgBox without pausing the program.

Looks like you do not see any user input from MsgBox in this situation, your application Based on this, StatusBar can be an adequate option

In Excel it's easy:

  application.StatusBar = "Please be patient. .. "Application. StatSbar = Aidon & amp; "Ka" & amp; ITotal & amp; "Done the item."   

To clear the statusbar when:

  Application.StatusBar = False   

In Access, The syntax is a little more complex:

Comments