I am trying to link 2 table by the fields that have different representations. Table a : Tck_Code = 1TQ
Table b : Tck_Code = 1TQ7005FR. Then I go to the select formila and edit it so that the code in the second table equates the field from the first table . I do it like this LEFT( SecondTable.Field, 3 ).
It gives me
ODBC error
Microsoft)(ODBC SQL Server Driver)COUNT field incorrect.
Error detected by database dll.
What I am doing wrong ?
Table b : Tck_Code = 1TQ7005FR. Then I go to the select formila and edit it so that the code in the second table equates the field from the first table . I do it like this LEFT( SecondTable.Field, 3 ).
It gives me
ODBC error
Error detected by database dll.
What I am doing wrong ?