G
Guest
I have a query called qryReturns that has, amongst other things, 4 columns
from a table that are all Currency data type and an expression that adds
these 4 and is called BalDue. This query runs fine.
Then I created a query based on this one, that has 2 columns - the
autonumber key and the BalDue. It runs fine, giving me the same number of
records as qryReturns. But if I enter >1 in the criteria, to avoid all the
zero and few cents values, it gives me a data type mismatch error.
I have tried going to Properties in all the columns involved and making them
Currency but it doesn't help. I put in >1.00 but when I tabbed out it changed
back to >1. What's wrong?
from a table that are all Currency data type and an expression that adds
these 4 and is called BalDue. This query runs fine.
Then I created a query based on this one, that has 2 columns - the
autonumber key and the BalDue. It runs fine, giving me the same number of
records as qryReturns. But if I enter >1 in the criteria, to avoid all the
zero and few cents values, it gives me a data type mismatch error.
I have tried going to Properties in all the columns involved and making them
Currency but it doesn't help. I put in >1.00 but when I tabbed out it changed
back to >1. What's wrong?