Does each person use their own computer and log into windows with their own username? If so, do a search for the funtion fOSUserName().
This function can be called from anywhere in the database (except for tables, or course) to determine the current user accessing the object.
This will require a...