kengooch
Member
- Local time
- Yesterday, 18:06
- Joined
- Feb 29, 2012
- Messages
- 137
I often use a timed MsgBox to advise user of events that happen during code execution and always to let them know who wrote the Database or Excel App with a contact email and phone extension. The most common vba code I use is
Obviouslly I assign the variables vMsg, vSec, etc and pass those values when I call the msgbox.
I can not seem to find a way to do this in Access. I have tried many different methods, but the Msgbox just opens and sits there until you click OK.
If any one knows a way to create a time MsgBox in Access I would love to know how.
Code:
CreateObject("WScript.Shell").Popup vMsg, vSec, vTitle, vbMsgBoxSetForeground
I can not seem to find a way to do this in Access. I have tried many different methods, but the Msgbox just opens and sits there until you click OK.
If any one knows a way to create a time MsgBox in Access I would love to know how.