Would having two tables. 1. tblDisplayMessage 2. tblUserSeenMessage
A form timer that checks for messages that are in tblDisplayMessage but aren't in tblUserSeenMessage then issues a "proerty caption" command on a text label in the form with the message. And an OK button on the form that inserts into tblUserSeenMessage and clears the static text on the form Work? -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Claudine Robbins Posted At: Thursday, February 28, 2008 8:41 AM Posted To: RB7-L Conversation: [RBASE-L] - PAUSE output Subject: [RBASE-L] - PAUSE output Hello, If you put a PAUSE command in a TRIGGER'd Stored Procedure, the PAUSE command executes only on the user's desktop. Is there a command with an output to all workstations? TIA, Claudine :)

