bostonfrog
Programmer
Whatever type of record locking I use, where should I set the type of record locking, on the front end db where the tables are linked, or on the BE database? Obviously, I shouldn't set this on both the BE and FE. In this prototype, which has caused no problems so far, I have decided to be very restrictive (using pessimistic locking), but I could set this at the application level through Tools | Options | Advanced or at the form level on the front end. Which is better? If I set up record locking at the form level on the FE, do I leave the BE alone? If, on the other hand, I decide to use the application options, do I do this on the BE and leave the default FE options as is? If I use Option 2 (in VBA, Edited Record - pessimistic locking), would I also check Open database using record-level locking?
Please advise. Thanks.
-- Michel
Please advise. Thanks.
-- Michel