What I want is a report to return orders between certain dates, I can get the criteria to work if it is = to something, but as soon as I try to use > or < it doesn't work at all.
I have TxtStartDate and TxtEndDate, I want the criteria to be something like this:
TxtStartDate < Order_Date < TxtEndDate
but I cannot get it to work, any ideas?
I have TxtStartDate and TxtEndDate, I want the criteria to be something like this:
TxtStartDate < Order_Date < TxtEndDate
but I cannot get it to work, any ideas?