"Data type mismatch" error

S

Sasha Furr

I have a query which, when run without the Distinct
keyword, runs fine - except it returns 3 of each record.
I set "unique values" to true in the query designer so I
will only get one copy of each record (same as using
Select Distinct in SQL). When I run it like that, I get
the error "data type mismatch"!

HOW can the query run fine w/out Distinct - performing the
calculations without returning any errors -

but then give me this error when run with Distinct???

I don't understand!

Sasha
 
Top