P
peterzeke
Frustrating situation I'm facing.
I've upsized my data tables from within Access to SQL. The data is queried
instantly from within VBA, so I have no complaints about establishing a
recordset.
The problem I'm encountering, however, is that a treeview I have on a form
now populates quite slowly. I haven't changed the VBA code since upsizing to
SQL except for needing to specify "dbSeeChanges" when acquiring the data.
Nothing else in the VBA code has been changed.
Any thoughts on why I'm experiencing such a huge performance hit when
populating the treeview? Before I upsized, the treeview populated in a mere
second; now it seems to take at least 30 seconds.
Any help will be greatly appreciated.
--Pete
I've upsized my data tables from within Access to SQL. The data is queried
instantly from within VBA, so I have no complaints about establishing a
recordset.
The problem I'm encountering, however, is that a treeview I have on a form
now populates quite slowly. I haven't changed the VBA code since upsizing to
SQL except for needing to specify "dbSeeChanges" when acquiring the data.
Nothing else in the VBA code has been changed.
Any thoughts on why I'm experiencing such a huge performance hit when
populating the treeview? Before I upsized, the treeview populated in a mere
second; now it seems to take at least 30 seconds.
Any help will be greatly appreciated.
--Pete