Hello,
I'm trying to build a query that will search information on a few tables at once, in an Access database.
I must SELECT all records from a "Table1", then a few columns from "Table2" using a "WHERE Table2.ID=Table 1.IDClient".
What's the best way of working (Multiple select, JOIN or else) ?
Thank you
I'm trying to build a query that will search information on a few tables at once, in an Access database.
I must SELECT all records from a "Table1", then a few columns from "Table2" using a "WHERE Table2.ID=Table 1.IDClient".
What's the best way of working (Multiple select, JOIN or else) ?
Thank you
Comment