T
Tom Symonds
I recently added a feature to my database that does the following:
Kept a count of the number of times I had opened a record (AccessCount -
numerical field)
Added 1 every time I opened the record -- Visual Basic code in the On
Current event property of the form.
Once a record had been opened three times it creates a little Wingdings icon
in a 1 character text field to show it is a 'favourite'. This icon is
displayed in other forms.
The problem I have is that since making these changes I sometimes get a
"write conflict error" -- because "another user was editing this record". I
can't work out why -- the database is on a network, but no-one else accesses
it but me.
I thought it might be because I was 'automatically' making an edit in the
record -- by advancing the AccessCount field.
Any thoughts?
Kept a count of the number of times I had opened a record (AccessCount -
numerical field)
Added 1 every time I opened the record -- Visual Basic code in the On
Current event property of the form.
Once a record had been opened three times it creates a little Wingdings icon
in a 1 character text field to show it is a 'favourite'. This icon is
displayed in other forms.
The problem I have is that since making these changes I sometimes get a
"write conflict error" -- because "another user was editing this record". I
can't work out why -- the database is on a network, but no-one else accesses
it but me.
I thought it might be because I was 'automatically' making an edit in the
record -- by advancing the AccessCount field.
Any thoughts?