"Search Complete" Message box.

3dman

Registered User.
Local time
Today, 23:23
Joined
May 7, 2009
Messages
30
Hi,

I'm currently designing a database and considering using the following application as a template:

http://allenbrowne.com/ser-62.html


But I want it to show a "Search Complete" message box after the search is finished.

Any tips would be very much appreciated.

Thanks You,



Windows XP
Access 2003
 
Just add the message box under this line:

Me.FilterOn = True
MsgBox "Search is Complete", vbInformation, "Complete"
 
Hi SOS,

Thank You so much for your help, it worked really well!
 

Users who are viewing this thread

Back
Top Bottom