|
|
←Older revision | Newer revision→ Error Code: 13 A procedure/query/lookup is expecting a particular datatype, but receives a different one
Possible Causes and ResolutionsCriteria in a query doesn't match the underlying table fields datatype. If you use a text datatype criteria for example for a numerical or date/time table field you will receive the errorDouble check that all criteria datatype matches the datatype of the underlying table column datatype You use a currency symbol in the crieria of a currency datatype. For example, you type £10.50 or $10.51 as the criteriaDon't use the currency symbol for currency datatypes You're trying to use a JOIN in a query on datatypes that don't matchOnly specify JOINS on the same datatype
|
| Disclaimers |