D
Don Stone
I have a DAO database form in a split database. The form, through tabbing,
uses multiple linked tables. I believe that I need to use a transaction to
ensure that all related tables get updated as a unit if updates are all
successful or no updates if an error is encountered.
I have some reason to believe that transactions are not allowed for linked
tables. Is this true? And, if OK for linked tables, can someone point me
to some good help to code this problem?
Thank you in advance for any help provided.
Don
uses multiple linked tables. I believe that I need to use a transaction to
ensure that all related tables get updated as a unit if updates are all
successful or no updates if an error is encountered.
I have some reason to believe that transactions are not allowed for linked
tables. Is this true? And, if OK for linked tables, can someone point me
to some good help to code this problem?
Thank you in advance for any help provided.
Don