I created a subform and want to show the total of the field "vaantal" in the footer.
I tried this:
Create texbox in the formfooter. In the controlsource I placed:
=SUM([vaantal])
but this doesn't work. I'm using access 97. What am I doing wrong?
I tried this:
Create texbox in the formfooter. In the controlsource I placed:
=SUM([vaantal])
but this doesn't work. I'm using access 97. What am I doing wrong?