So... I assumed, being a novice that it was ok to just build a db with forms ... and allow multiple users - only up to 2 at a time... to use this database.
It's now sitting on a shared drive. But, they're getting error messages when they try to open the database simultaneously. The odd thing is that this only happens on one of the MS Access databases I've built for them. The other one, in the same directory, opened by the same users... is fine.
I've read that this architecture is bad design - i really should only put the back end tables on the network and move all the forms to a local database for each user ... and then link to the back end.
Unfortunately, my due date is tomorrow and I'm still building some other crazy forms they've requested.
My questions are:
1) how do i prevent this lock from being created so that both users can access the database off the network.
2) what is the real impact of this type of design? I will revisit this issue once the monkey is off my back... but I'd like to know what I'm dealing with here.
Thanks guys. I apologize if I'm asking some pretty basic questions.
It's now sitting on a shared drive. But, they're getting error messages when they try to open the database simultaneously. The odd thing is that this only happens on one of the MS Access databases I've built for them. The other one, in the same directory, opened by the same users... is fine.
I've read that this architecture is bad design - i really should only put the back end tables on the network and move all the forms to a local database for each user ... and then link to the back end.
Unfortunately, my due date is tomorrow and I'm still building some other crazy forms they've requested.
My questions are:
1) how do i prevent this lock from being created so that both users can access the database off the network.
2) what is the real impact of this type of design? I will revisit this issue once the monkey is off my back... but I'd like to know what I'm dealing with here.
Thanks guys. I apologize if I'm asking some pretty basic questions.