Has to do with adds/changes/deletes made to records by other users while you're working with a record set that contains those records.
This table illustrates hoe activity by other users is visible - or not - in your recordset.
Type Adds Changes Deletes 1 No Yes No, Record in record Set Inaccessible 3 No No No, Record in record Set Accessible |
For a type 1, you can't see new records that are added, but you can see changes made by other users while the record is in your recordset. You will still see a record that they deleted, but you can't access it's data fields.
For a type 3, You can't see any add, change or delete and you can still access date fields in a record that's been deleted.
Edited by dpyers