Hello,
I have a rather complex query where I need to populate ticket fees into two columns. The first column I want to return all ticket fees that are divisible by $12.00, and the second column I want to return all ticket fees that are divisible by $13.50. I thought I could use the field ticket fee twice and for the criteria use "like 12 or 24" for $12 values and use "like 13.50 or 27.00" for the $13.50 values. I also tried iif statements and both were unsuccessful. I am trying to determine the best way without having to revamp the query or make it more complex than necessary.
Thank you.