I have 4 tables getting updated as one CommitTrans. One table gets
anywhere from 1 to 100 records updated, 2nd table gets updated total
information, 3rd table writes out production data, and the 4th writes a
history transaction record. In tests with up to 6 records getting
updated in table 1 everything works fine. When the number of records
getting updated in table 1 exceeds 6 usually, I get DAO error for having
too many transactions. Would anyone know how the transaction limits are
set or adjusted? Using VB4.0 and Access 2.0
I checked the help but the only info I found related to nested
transactions.
TIA,
Andrei