Hi was hoping someone could shed a bit more light on ms access record locking
'Lock the edited record' option is very misleading - when you read the help file it actually states (from 'About choosing a record-locking strategy in a multiuser environment')
'Microsoft Access locks the record you're editing, so no other user can change it. It might also lock other records that are stored nearby ' < this seems very vague can any1 elaborate on the might lock other records comment?
is there a simple way to recordlock in vba as the builtin 'lock edited record' opition seems to be affecting nearby records (ie. if you simeltaneously open records for editing which are located close to eachother in the table access throws runtime error 2448 You can't assign a value to this object...)
thank you :)
'Lock the edited record' option is very misleading - when you read the help file it actually states (from 'About choosing a record-locking strategy in a multiuser environment')
'Microsoft Access locks the record you're editing, so no other user can change it. It might also lock other records that are stored nearby ' < this seems very vague can any1 elaborate on the might lock other records comment?
is there a simple way to recordlock in vba as the builtin 'lock edited record' opition seems to be affecting nearby records (ie. if you simeltaneously open records for editing which are located close to eachother in the table access throws runtime error 2448 You can't assign a value to this object...)
thank you :)
Comment