I am trying to join a table to a query in MS Access. The field for the query is "LineoffMonth", and the field for the table is "Production Month". LineoffMonth looks like this:
LineoffMonth: CDate(Month([Line_off_Date]) & "/1/" & Year([Line_off_Date]))
Production Month is a date/time data type. I keep getting "Data type mismatch error in expression". I do not understand why it will not let me join the two fields.