I have a multi-user database (single mdb with everything in it) on a network drive which has been working fine for about a year now.
The problem that is occurring is intermittent. The user will be editing a record in a continuous subform and/or adding a new one (the VB code will be doing it for them) and the application will hang with the message "Could not update; currently locked" in multiple message boxes. Sometimes instead of adding a new record it will overwrite the old one.
This doesn’t seem to actually be a record locking problem – the database is set up to be Shared with No locks .
In the event that two users try to edit the same record (I reproduced this to see if that was what was happening) the database will issue the correct messages about a “Write Conflict”
I will usually have to exit access and start access up again if this happens – if I can’t exit I will usually kill access and start again.
I’ve tried compacting and repairing the database but that isn’t helping
The network is pretty bad and i can expect it to drop out on me briefly at least once a week but it usually the Database just issues an error that it can't access the drive and hangs. I believe this problem is related to the network – which I have no control over or access to help with – but I need some way to find out what’s happening and possibly avoid it.
Oh – and by the way the database isn’t split and I hope to avoid doing so, the dodgy network being part of the reason why not. I’ve been running versions of this database for 6 years now without this problem
It is getting a bit large – 45MB
Many Thanks,
Leandra
The problem that is occurring is intermittent. The user will be editing a record in a continuous subform and/or adding a new one (the VB code will be doing it for them) and the application will hang with the message "Could not update; currently locked" in multiple message boxes. Sometimes instead of adding a new record it will overwrite the old one.
This doesn’t seem to actually be a record locking problem – the database is set up to be Shared with No locks .
In the event that two users try to edit the same record (I reproduced this to see if that was what was happening) the database will issue the correct messages about a “Write Conflict”
I will usually have to exit access and start access up again if this happens – if I can’t exit I will usually kill access and start again.
I’ve tried compacting and repairing the database but that isn’t helping
The network is pretty bad and i can expect it to drop out on me briefly at least once a week but it usually the Database just issues an error that it can't access the drive and hangs. I believe this problem is related to the network – which I have no control over or access to help with – but I need some way to find out what’s happening and possibly avoid it.
Oh – and by the way the database isn’t split and I hope to avoid doing so, the dodgy network being part of the reason why not. I’ve been running versions of this database for 6 years now without this problem
It is getting a bit large – 45MB
Many Thanks,
Leandra