Forum Discussion
Expression.Error: Cannot convert a value of type Table to type Table
- Anonymous6 years ago
Hi,
I found out what was going on. It was simple in fact.
Both column I was trying to merge were not the same data type so I changed both to Text.
Regards,
My guess is that the error sits somewhere else in the references queries (either in Requête2 or CrossReference).
Some errors in columns just "surface" when being part of merges like here.
The error-message indicates that you tried to reference a column in squared brackets but wrapped that into quotes, so it became a text instead of a column reference.
hI Anonymous
Agree with ImkeF , usually if an error relates to the current query you would see a button "Go To Error".
Please check the source tables' (Requête2 or CrossReference) output.
Kind regards,
JB
- Anonymous6 years agoNot applicable
Hi,
I found out what was going on. It was simple in fact.
Both column I was trying to merge were not the same data type so I changed both to Text.
Regards,