G
Guest
Hi all
I want to send users logged in to my Access db a message asking them to
logout. I have developed a routine which logs users in and out of the system
and I have a query 'qry Users' which lists all users still logged in
(loggedoutTime IsNull). This uses fOSUserName as I do not use Access user
security.
I have a form with a textbox 'txtMsg' that I will type in the message and
when I press a Send button I want to display this on each users machine. How
do I get this to appear on other users machines when they all use a different
copy of the front end from me.
Thanks in advance for any help.
Sue
I want to send users logged in to my Access db a message asking them to
logout. I have developed a routine which logs users in and out of the system
and I have a query 'qry Users' which lists all users still logged in
(loggedoutTime IsNull). This uses fOSUserName as I do not use Access user
security.
I have a form with a textbox 'txtMsg' that I will type in the message and
when I press a Send button I want to display this on each users machine. How
do I get this to appear on other users machines when they all use a different
copy of the front end from me.
Thanks in advance for any help.
Sue