I have an Excel macro that inserts and updates records in an Access Database using ADO.
Users have commented about the performance when these tasks are completed.
I have found some commands for Access (BeginTrans, CommitTrans) that may speed up the performance.
My question is (1) can I use these commands in Excel to enhance the performance in Access, (2) Can this be done with ADO?, and (3) Any suggestions on getting started would be GREATLY appreciated.
Thanks for the help........
Users have commented about the performance when these tasks are completed.
I have found some commands for Access (BeginTrans, CommitTrans) that may speed up the performance.
My question is (1) can I use these commands in Excel to enhance the performance in Access, (2) Can this be done with ADO?, and (3) Any suggestions on getting started would be GREATLY appreciated.
Thanks for the help........