It means you're trying to do something with two different types of values,
when they should both be the same type. A common example is trying to
compare a number to a text value in a query, or assigning a text value to a
numeric variable.
Without seeing the code that's causing your error, that's about as specific
as I can be.