DB: MS Access
Query In: MS Access
Problem:
I have two tables, tbl_equipment, tbl_trailercomb. Each item in tbl_equipment can be used like lego to assemble one record in the tbl_trailerComb table. Not quite sure how to accomplish this. Thank you
eg.
tbl_equipment tbl_trailerComb
equipmentId trailerCombId
equipArriveDate
equipEndDate
eg.
tbl_equipment
01-01 01-02 01-03
01/01/2006 01/01/2006 01/01/2006
tbl_trailerComb
01-01,01-02
01-01,01-02,01-03
01-02,01-03
Query In: MS Access
Problem:
I have two tables, tbl_equipment, tbl_trailercomb. Each item in tbl_equipment can be used like lego to assemble one record in the tbl_trailerComb table. Not quite sure how to accomplish this. Thank you
eg.
tbl_equipment tbl_trailerComb
equipmentId trailerCombId
equipArriveDate
equipEndDate
eg.
tbl_equipment
01-01 01-02 01-03
01/01/2006 01/01/2006 01/01/2006
tbl_trailerComb
01-01,01-02
01-01,01-02,01-03
01-02,01-03