I have an INSERT INTO Query which is based on a string only import table; SELECT Sum(CDbl(Mid([IMPORT_TABLE].[Field1],6,12))) AS Amount
Without the Totals I am able to verify that the string is being successfully converted into a Double type Number, but when I try to add the Totals and select the Sum for the expression the Query Errors with Data type mismatch in criteria expression. I have been able to confirm that it is the inclusion of the Totals Sum that causes the error.
The query has been running successfully for months, until now.
Does anyone have any ideas as to why this is happening, or how to remedy it?
Thanks,
Remy 101 ways to do it with VB, and learning new ways every day.
Without the Totals I am able to verify that the string is being successfully converted into a Double type Number, but when I try to add the Totals and select the Sum for the expression the Query Errors with Data type mismatch in criteria expression. I have been able to confirm that it is the inclusion of the Totals Sum that causes the error.
The query has been running successfully for months, until now.
Does anyone have any ideas as to why this is happening, or how to remedy it?
Thanks,
Remy 101 ways to do it with VB, and learning new ways every day.