G
Guest
Fitness club database - I have a (continuous) subform bound to a main form.
Main form is customer name and details and subform is his monthly membership
fees.
So i have an owing field , amount paid field and then a calculated field
working out the outstanding amount i.e Amount owing - Amount paid
then in the form footer of the subform i want to know the amount outstanding
from all the months so i did Sum ([Owing]) - Sum ([Amount]). I tried all
sorts of ways Sum( ([Owing]) - ([Amount])) but whatever i do i get this
#error - what am i doing wrong.!!
Main form is customer name and details and subform is his monthly membership
fees.
So i have an owing field , amount paid field and then a calculated field
working out the outstanding amount i.e Amount owing - Amount paid
then in the form footer of the subform i want to know the amount outstanding
from all the months so i did Sum ([Owing]) - Sum ([Amount]). I tried all
sorts of ways Sum( ([Owing]) - ([Amount])) but whatever i do i get this
#error - what am i doing wrong.!!