I'm getting the infamous "Data type mismatch in criteria expression" in my totals query. The field causing the trouble is created in a separate query by simply adding the values of other fields like so:
Score: Str([Count1]+[Count2]+[Count3]+[Count4]+[Count5]+[Count6])
From what I can glean from other users (on this forum) with the same error message, it has something to do with the field ("Score") being formatted as text rather than number or vice versa. But everything I've tried brings up the same error.
Suggestions?
Score: Str([Count1]+[Count2]+[Count3]+[Count4]+[Count5]+[Count6])
From what I can glean from other users (on this forum) with the same error message, it has something to do with the field ("Score") being formatted as text rather than number or vice versa. But everything I've tried brings up the same error.
Suggestions?