A.D. Tejpal
adtp at airtelmail.in
Wed Jan 19 22:07:53 CST 2011
Brad,
My sample db named Form_MsgBoxAutoClick might also be of interest to you. It is in access 2000 file format and is available at Rogers Access Library. Link:
http://www.rogersaccesslibrary.com/forum/forum_topics.asp?FID=45
This sample db demonstrates automatic closing of message box after a specified time delay (as desired), if the user fails to respond in the mean time.
Two methods are covered, one using windows API and the other based upon SendKeys.
Note - Windows API method is the preferred one (SendKeys method is included mainly for academic interest).
Best wishes,
A.D. Tejpal
------------
----- Original Message -----
From: Brad Marks
To: Access Developers discussion and problem solving
Sent: Thursday, January 20, 2011 08:38
Subject: [AccessD] Msgbox with Timer (Access 2007 ? VBA)
What is the best way to implement the equivalent of a Msgbox with a timer?
Thanks,
Brad