Hi,
I have converted an MS Access Db from 97 to 2002, and everything seems fine except for one type of operation.
Basically I have a form that contains a subform (the subform’s recordsource is a temporary table within Access).
The main form contains several buttons that alter the data that is displayed in its subform (continuous form, datasheet view).
I have noticed that the whole process of updating records in temporary table is a lot slower in the 2002 version that the 97 version.
Some of the operations are simply multiplying the value in one field by another field to setting the value in a field to be zero.
I have created recordsets to perform these operations using both AD0 & DAO but it doesn't seem to make a difference.
Does anyone have any ideas as to why this performance hit has occurred?
Thanks.
I have converted an MS Access Db from 97 to 2002, and everything seems fine except for one type of operation.
Basically I have a form that contains a subform (the subform’s recordsource is a temporary table within Access).
The main form contains several buttons that alter the data that is displayed in its subform (continuous form, datasheet view).
I have noticed that the whole process of updating records in temporary table is a lot slower in the 2002 version that the 97 version.
Some of the operations are simply multiplying the value in one field by another field to setting the value in a field to be zero.
I have created recordsets to perform these operations using both AD0 & DAO but it doesn't seem to make a difference.
Does anyone have any ideas as to why this performance hit has occurred?
Thanks.