I have an Access 2000 database that is used by 80 users. I am having serious corruption issues on a daily basis. It usually always turns out being one particular table that contains a number of memo fields. I need to use memo fields because text fields are not big enough. There is a lot of mass updating querries going on during the day and I am assuming people have certain records open in the table when these mass querries are run by other people and the result is a corrupted record. My problem is that I can't track down which querries are being run and by who or at what time. Does anyone know of a way or have some code that I could use that would write out to some sort of a log file telling me as much details as possible when a table is updated. If I could get the name of the querries being run then I might be able to resolve the problem. Any help or ideas would be greatly appreciated. Thanks