Table1 has fields "Part" and "TotalMade"
Table2 has fields "Part" and "NumSubAssy"
Each field is has Data Type set to Number.
I'm building a query with a calculated field that simply multiplies TotalMade and NumSubAssy.
In the Query design I have both tables joined via "Part"
In Query Design, in the Field section of a blank field I have entered: TotalAssy:[TotalMade]*[NumSubAssy]
I keep getting a "Type mismatch in expression" when I run the query.
What am I doing wrong?