View Full Version : inturnal message


N1ck9141
08-28-2008, 06:46 AM
is there anyway of sending an inturnal message to those logged into my shared data base, i no who they are there machine name and thats it-

i have heard of this net send command but its not working in command promt, i was wondering is there a way through access 2003 to do it ???

Uncle Gizmo
08-28-2008, 07:39 AM
Yes you can do this in Access.

I've seen a download some where, so its available if you can find it.

Basicly you have a hidden form in your DB with a timer event that check a backend table periodically for a flag to say a message is present, if there is a message, the code displays the message on the form and then makes the form visible.