Message Box (help please)

jman_66

New member
Local time
Today, 20:04
Joined
May 3, 2001
Messages
5
I need a message box to pop after every 10 entries in a particular field. The problem is the 10 entries could span over several days. The system will be shut down and restarted. But I still need the system to count the update of this particular field 10 times and then show the message box. Any help would be appreciated.

Thanks
 
I assume you have a form that you need this to happen in so what I would do is put a DCount in the OnOpen event of the form counting on the table where the information is and dividing that by 10. Then if the result is an even number pop up the message box.

HTH
 

Users who are viewing this thread

Back
Top Bottom