本文介绍了你如何在表单页脚中获得一个dlookup控件的总和?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

=总和(Dlookup(....


对我来说不起作用,因为dlookup有4个标准,表有大约15000行,总和(dlookup ...)导致访问关闭,但是dlookup工作得很好。


另一方面,Dsum不起作用,因为它占用了当前记录并且只给出了那一条记录的总数。

=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.

推荐答案




这篇关于你如何在表单页脚中获得一个dlookup控件的总和?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 03:58
查看更多