Totalling A Column In A Report
I have used vb to calculate unbound text boxs using i.e.
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If [qandm] = "m" Then [iv] = Null
If [qandm] = "q" Then [iv] = [boughtat] * 7 / 47
End Sub
I cant seem to work out how to do a total at...