I have a problem in locking records.
Example:
Table XPTO
Cod Name
Rec1 -> 1 AAAAAA
Rec2 -> 2 BBBBBBB
Rec3 -> 3 CCCCCCC
When the user A edit the Rec1, all the records are locked (except the Rec1 for the user A), and if the user B attempt to edit the Rec2 he can not do it because all the records are lock.
What I want is to lock only the record that is edited and not all the records in the table, to permit the two users to edit two different records at the same time.
I already try all the options in locking records (in the forms and in the tools/options menu), but without success.
Thanks
Example:
Table XPTO
Cod Name
Rec1 -> 1 AAAAAA
Rec2 -> 2 BBBBBBB
Rec3 -> 3 CCCCCCC
When the user A edit the Rec1, all the records are locked (except the Rec1 for the user A), and if the user B attempt to edit the Rec2 he can not do it because all the records are lock.
What I want is to lock only the record that is edited and not all the records in the table, to permit the two users to edit two different records at the same time.
I already try all the options in locking records (in the forms and in the tools/options menu), but without success.
Thanks