imstillatwork
IS-IT--Management
in other dbs, this works just fine:
SELECT fields...
FROM table1 AS t1
LEFT JOIN table2 AS t2
ON t2.table1_id = t2.id AND t2.type = 3
I get join expression not supported errors.
I need to provide more then one condition for the join, I generaly use mySQL, but this project is stuck to access, which is fine by me, it's just been a while.
thank!!
Kevin
Phase 1: Read the CFML Reference
Phase 2: ???
Phase 3: Profit!
SELECT fields...
FROM table1 AS t1
LEFT JOIN table2 AS t2
ON t2.table1_id = t2.id AND t2.type = 3
I get join expression not supported errors.
I need to provide more then one condition for the join, I generaly use mySQL, but this project is stuck to access, which is fine by me, it's just been a while.
thank!!
Kevin
Phase 1: Read the CFML Reference
Phase 2: ???
Phase 3: Profit!