MichaelintheUK
Programmer
I have to use 2 tables from SQL Server via an ODBC link in an Access enviroment.
For example
Table one contains a field with 6 characters and typical contents could be
100
100B
100C
101
Table two has a field with 3 characters and typical contents
100
101
On a join based on these fields the output is;
100, 100
100, 100A
100, 100B
100, 100C
There is an explicit join based on equality between the two fields - (i.e.not a non linked cartesian).
Can anyone explain the problem
thanks
Michael
For example
Table one contains a field with 6 characters and typical contents could be
100
100B
100C
101
Table two has a field with 3 characters and typical contents
100
101
On a join based on these fields the output is;
100, 100
100, 100A
100, 100B
100, 100C
There is an explicit join based on equality between the two fields - (i.e.not a non linked cartesian).
Can anyone explain the problem
thanks
Michael