Query to list all users of linked tables.

C

Carlos

Hi,

I have just split my database into FE (mde) and BE (mdb) with user-level
security. The FE are distributed to each workstation and BE (with several
tables) in the server. I use Dev Ashish’s function fOSUserName() to get the
user name of the mde and use it as a default value of one of my fields for a
new record. For monitoring purposes I want to track the currents users of
this program. How to list out in a query the users of each table in the BE?
Is that possible? Any advice will be much appreciated. Thanks in advance.

Carlos
 
Top