G
Guest
I'm having an issue with record locking and/or shared mode. My d-base has a
form that users do data entry on. Ideally, I'd like it so all users can
enter data at the same time. But there seems to be problems since they use
the same form. The alternative is to lock records and make the database open
in exclusive mode only. My problem is that when I select Exclusive Mode on
Tools, Options, Advance, the other users still open the database. I was
hoping to restrict it. When I set the default record locking to edited
record, nothing appears to happen. Is there something I can use in VB that
will force the database to be restricted to 1 user at a time. D-base is on a
network.
form that users do data entry on. Ideally, I'd like it so all users can
enter data at the same time. But there seems to be problems since they use
the same form. The alternative is to lock records and make the database open
in exclusive mode only. My problem is that when I select Exclusive Mode on
Tools, Options, Advance, the other users still open the database. I was
hoping to restrict it. When I set the default record locking to edited
record, nothing appears to happen. Is there something I can use in VB that
will force the database to be restricted to 1 user at a time. D-base is on a
network.