=Sum(Dlookup(.. ..
does not work for me as the dlookup has 4 criteria and table has some 15000 lines, the sum(dlookup...) causes access to shut down, the dlookup however is working just fine.
Dsum on the other hand does not work as it takes the current record and gives me the total only of that one record.
does not work for me as the dlookup has 4 criteria and table has some 15000 lines, the sum(dlookup...) causes access to shut down, the dlookup however is working just fine.
Dsum on the other hand does not work as it takes the current record and gives me the total only of that one record.
Comment