This is a general question that may have been answered previously, but, I have 8 users in my Access Database. I can split my tables so that only 2 users have access to a table and thereby limit the errors encountered when the records are locked. I do have 2 users that need access to all the data and one routine that requires access to all data. Can I write my code so that the forms only pull one record from the table and then close it on exit? This would eliminate the Write errors and limit access to the entire file. The one routine that requires access to all data is simply to verify the 4 basic fields in the record for indentification. Is it possible to create a second table that is a summary of all entries in the Main tables (4 basic fields) and then have them updated automatically as new data is entered the the main tables? This program is for Time tracking on a number of jobs (over 2000) and needs to be accurate and fast as we try to keep current on posting time entries for 75 employees. How about a few pointers. I have not written any code as yet, since I got this far with just Wizards and Autoforms. The only code I have is for Command buttons, but I do have a basic understanding of VBA. [sig][/sig]