I
Ivan Debono
Hi all,
I have an Access 2000 mdb that I'm editing in Access 2003. I'm trying a
simple left outer join query in the form:
SELECT lefttable.id, righttable.id
FROM lefttable
LEFT JOIN righttable ON lefttable.id = righttable.lefttable.id
It doesn't work!!
I have 78 records in the lefttable and 41398 in the righttable. After
running the query I get a total on 414002... just 4 records more!!
I've upgraded the mdb to 2003 and I switched on/off the ANSI 92 option.
Datatypes match too.
I can't understand why it's not working!! Any ideas??
Thanks,
Ivan
I have an Access 2000 mdb that I'm editing in Access 2003. I'm trying a
simple left outer join query in the form:
SELECT lefttable.id, righttable.id
FROM lefttable
LEFT JOIN righttable ON lefttable.id = righttable.lefttable.id
It doesn't work!!
I have 78 records in the lefttable and 41398 in the righttable. After
running the query I get a total on 414002... just 4 records more!!
I've upgraded the mdb to 2003 and I switched on/off the ANSI 92 option.
Datatypes match too.
I can't understand why it's not working!! Any ideas??
Thanks,
Ivan