Howdy group,
I've gotten into the habit of reading / writing records in the tables in my database through the use of VBA modules and the OpenRecordset command with an SQL string passed into the command.
I've been experiencing significant issues with database bloat and some of the processes in this program are taking very long times to run.
From my initial research, I think I might need to switch to using querydefs and actual tables / saved queries, rather than dynamic SQL with OpenRecordset.
Just wanted to confirm that I'm thinking in the right direction to reduce bloat and increase speed.
Thanks,
Ian
I've gotten into the habit of reading / writing records in the tables in my database through the use of VBA modules and the OpenRecordset command with an SQL string passed into the command.
I've been experiencing significant issues with database bloat and some of the processes in this program are taking very long times to run.
From my initial research, I think I might need to switch to using querydefs and actual tables / saved queries, rather than dynamic SQL with OpenRecordset.
Just wanted to confirm that I'm thinking in the right direction to reduce bloat and increase speed.
Thanks,
Ian