K
Karl
Hello,
I have five categories of membership. If a person registered for that
category an "X" is marked in the category. However, I know what these to be
numerical values associated with the cost of each category. So within my form
I made 5 additional fields with iif statements that basically read if the
field =x then its equal to 10 and if not its null (""). I then want to add up
these values to get a total cost spent by customer. I tried simply adding
them up but it seems that it just gives me each value instead a sum. So for
instance if category 1 =10, category 2 =10 and category 3 = 10. I should get
a sum of 30 instead its giving me 10 10 10. Is there away I can change this
to get a sum of these values??
Thanks.
I have five categories of membership. If a person registered for that
category an "X" is marked in the category. However, I know what these to be
numerical values associated with the cost of each category. So within my form
I made 5 additional fields with iif statements that basically read if the
field =x then its equal to 10 and if not its null (""). I then want to add up
these values to get a total cost spent by customer. I tried simply adding
them up but it seems that it just gives me each value instead a sum. So for
instance if category 1 =10, category 2 =10 and category 3 = 10. I should get
a sum of 30 instead its giving me 10 10 10. Is there away I can change this
to get a sum of these values??
Thanks.