M
mg
no idea what i'm doing wrong here.
my goal: keep all records from table-1, and append onto end of table-1 a
field from table-2....
current sql = select table1.*, table2.* from table1 left join table2 on
table1.code=table2.code
table1 has 3 records, table2 has 4 records
every combination of select or join i try, i always get 12 records
returned!!!
i even deleted the query, restarted access and tried again.
frustrated
thanks
my goal: keep all records from table-1, and append onto end of table-1 a
field from table-2....
current sql = select table1.*, table2.* from table1 left join table2 on
table1.code=table2.code
table1 has 3 records, table2 has 4 records
every combination of select or join i try, i always get 12 records
returned!!!
i even deleted the query, restarted access and tried again.
frustrated
thanks