在我的报告中,我的部分总结在底部。有些部分只有一条记录。在这种情况下,我不想显示总计。所以,基本上,我正在寻找类似我的代码的东西(由于RecordCount不是Sections属性,因此无法正常工作)。任何解决方案?
Private Sub prv_subtotal_Format(Cancel As Integer, FormatCount As Integer)
If Me.Section("prv_subtotal").RecordCount = 1 Then Cancel = True
End Sub
答案 0 :(得分:2)
将隐藏文本框放在详细信息部分中,并将controlsource设置为= 1,将RunningSum设置为OverGroup。 然后将代码更改为 取消=(我!hiddentextbox = 1)