firstly i cant change the structure of the tables.
its an Access2000 DB, i have 3 tables tableA containing 2 fields (TableAID,TableAString) tableB again containing 2 fields (TableBID,TableBString) then tableLink containing 3 fields (TableLinkID,TableAID,TableBID)
(i think this is set out this way to get a many-many relationship?!)
anyway, i need to select values from TableB, based on the selected item in a combobox (which relates to tableA)
ive done a similar kind of thing using INNER JOIN but that was only on 2 tables, can anyone get me started on this, its doing my tree in
something like:-
"SELECT * FROM tableB INNER JOIN tableLink ON TableB <something here?> WHERE TableAID=cmbTableA.Value"
any help realy appreciated
If somethings hard to do, its not worth doing - Homer Simpson
its an Access2000 DB, i have 3 tables tableA containing 2 fields (TableAID,TableAString) tableB again containing 2 fields (TableBID,TableBString) then tableLink containing 3 fields (TableLinkID,TableAID,TableBID)
(i think this is set out this way to get a many-many relationship?!)
anyway, i need to select values from TableB, based on the selected item in a combobox (which relates to tableA)
ive done a similar kind of thing using INNER JOIN but that was only on 2 tables, can anyone get me started on this, its doing my tree in
something like:-
"SELECT * FROM tableB INNER JOIN tableLink ON TableB <something here?> WHERE TableAID=cmbTableA.Value"
any help realy appreciated
If somethings hard to do, its not worth doing - Homer Simpson