Hi There.
I am trying to create a variale that can be used in a report for adding numbers based on criteria.
I would have these statements in the detail section:
if cost<200 then cost1=cost1+cost
else
cost1=cost1+cost
end if
I would like to show cost1 in report footer section.
In otherwords, cost1 is a total of all those costs <200.
Thanks for your help in advance.
Jeff-TopTech
Top Tech Systems
If you help 3 people and each one of those help 3 other people and so on, imagine all the people being helped.
I am trying to create a variale that can be used in a report for adding numbers based on criteria.
I would have these statements in the detail section:
if cost<200 then cost1=cost1+cost
else
cost1=cost1+cost
end if
I would like to show cost1 in report footer section.
In otherwords, cost1 is a total of all those costs <200.
Thanks for your help in advance.
Jeff-TopTech
Top Tech Systems
If you help 3 people and each one of those help 3 other people and so on, imagine all the people being helped.