Well, sorry about the greek message I posted. The record locking issue is somthing you will find a lot of posting about if you search the forums for that key word. I did not spend very much time working with Access record locking choices (optimistic, or pesemistic) My customer did not want the ugly and confusing message regarding edit conflicts to come up in a user's face. My approach requires that any area where more than one user could edit the same record at the same time be managed in unbound forms. If you are not familular with unbound forms, this is a big step. In short, the user request a record by entering in some bit of information like the Customer ID, then I get that customers info and display it on the form. At the time I grab the info I also set a lock on the record as I explained above. When the user is done with the Customer record and saves it, the lock is removed.
If this seems like somthing you want to consider let me know. But be sure to check out the other postings related to this subject.
[sig]<p>John A. Gilman<br><a href=mailto:gms@uslink.net>gms@uslink.net</a><br>[/sig]