I've developed an application that needs to allow multiple user to access and edit records but when more than one tries to open it up they generally get an error message that says that records have been locked or placed in a "state" by another user. I think it's two different problems but recently I've been reading the threads and I keep coming across suggestions that bound controls are not good design practice. I'm assuming it's because it locks up the entire source table?
My database centers around one form and several subforms used to enter and view record information. Users are allowed to scroll through the records.
Can someone recommend general suggestions or a source of information that might help me pinpoint my trouble and correct it?
I have recently played with inserting a combobox for users to choose the record they would like to view. Haven't tested it yet; am i on the right track?
Thanks, Thanks, Thanks for any help you might be able to provide!
Trent
My database centers around one form and several subforms used to enter and view record information. Users are allowed to scroll through the records.
Can someone recommend general suggestions or a source of information that might help me pinpoint my trouble and correct it?
I have recently played with inserting a combobox for users to choose the record they would like to view. Haven't tested it yet; am i on the right track?
Thanks, Thanks, Thanks for any help you might be able to provide!
Trent