Hi there,
I am having difficulty joining two tables where the foreign key on table2 is of type text and not number. The join to table1 is using the primary key and is therefore of type number. When I run the query I get a type mismatch error.
The tables are linked tables from a sybase database from our live client application.
Any ideas how I convert the datatype to number 'on the fly' when running the query?
many thanks
naz
I am having difficulty joining two tables where the foreign key on table2 is of type text and not number. The join to table1 is using the primary key and is therefore of type number. When I run the query I get a type mismatch error.
The tables are linked tables from a sybase database from our live client application.
Any ideas how I convert the datatype to number 'on the fly' when running the query?
many thanks
naz