InstructionWhich7142
Registered User.
- Local time
- Today, 08:15
- Joined
- Feb 24, 2010
- Messages
- 206
I have an update query which i want to use to put running totals on a table with ~200k records
its VERY slow - hours,
is there any alternative way to sum all the values from records with a date less than or equal to the date of the current record? (without using dsum?)
[there's an extra criteria which is just "if some text field = some text field" ie dont just total the entire table, only sum parts of the same type!]
its VERY slow - hours,
is there any alternative way to sum all the values from records with a date less than or equal to the date of the current record? (without using dsum?)
[there's an extra criteria which is just "if some text field = some text field" ie dont just total the entire table, only sum parts of the same type!]