hello i am joining to tables and it looks like this:
SELECT Table1.Check, paths.check, paths.Field1
FROM Table1 INNER JOIN paths ON Query11.Check =Paths.check;
problem is that i want to show all the data in the tables aswell even if the dont match up..
is this posssible.
I have more records in the Table 1 colum.
Thak you D
SELECT Table1.Check, paths.check, paths.Field1
FROM Table1 INNER JOIN paths ON Query11.Check =Paths.check;
problem is that i want to show all the data in the tables aswell even if the dont match up..
is this posssible.
I have more records in the Table 1 colum.
Thak you D