A family of Microsoft relational database management systems designed for ease of use.
A data type mismatch is one of the easiest to diagnose. It means that you are trying to compare values in different data types. For example, comparing a text datatype to a Date/time datatype.
So you need to look at where you are comparing values and check the datatypes.
It would help us help you if you posted the SQL statement.