I am new to Access 2010 and am trying to build a query of MI counties and survey which includes MI zip codes. In the end I need a Report by county of survey results (which includes the zip codes). I have a table with zipcodes, counties and cities and another table with the survey which contains zipcodes. When I try to build a query with the County from one table with the ZipCodes and other fields from the Survey table I get an error message.
The query contains an error "type mismatch in expression". I don't know how to fix it. Are the join types correct? Or what do I need to change? I thought that if I linked the zip code from the survey with the zip codes/counties from the Zipcode Table it would work.
Any ideas?