Field value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to let the field have a particular value if it satisfies a
condition else another value must be displayed. Any help?

Thank you.
 
Well its funny but I'm glad I've been able to find a solution to my problem...

What I did was to actually do this calculation in the query then I'll just
let the report grab the source from the query.

I used the Iff("Expr","True value", "False value"), in the field I was
talking about, and it is working perfectly.

I hope this helps anyone trying to find a solution to this or a similar
problem. It feels great.

If there are other ways kindly post them as well.

Thank you.
 
Back
Top