inequalities

  • Thread starter Thread starter Tom Rogers
  • Start date Start date
T

Tom Rogers

I want to compare the total from a number of records to
particular numbers, and and if the total is higher, then
print 'high' on the report, and if the total is lower,
print 'low' on the report. I guess something like this
needs to go in the control source of a text box?

if Sum[records]>x print "high"
otherwise print "low"

I know this isn't the correct syntax, but to give an idea
of that I want to do.

Thanks
Tom
 
Back
Top