Good Morning All:
I’m trying to create a query with the following fields: ProductId,
rptMonth: DateSerial(Year([OrderDate]),Month([OrderDate]),1), and Quantity. It is a Totals query with the group by fields being ProductID and rptMonth. The Quantity field is “sum”. Data types are ProductID – Integer; OrderDate – Date/Time; Quantity – Integer. When running the query I receive the following message: Data Type Mismatch in criteria expression. The kicker is that there is no criteria expression in any of the 3 fields. Any and all suggestions are appreciated. TIA.