I have a report that pulls out all sales for certain dates,
my problem is: i have a field "amount",i need to count how many are at 299.99 and how many at 229.99 in 2 unbound-text box.
=IIF([amount]="299.99",count([amount])
Thanks...