Here's a simple query question. I have tables. One is an order table and
one is an order detail table.
tOrder
tOrderDetail
The tOrder table contains basic info like customer name, date, a flat rate,
etc. The tOrderDetail table is linked to tOrder by a field called DetailID.
Some orders in the tOrderDetail table actually have related data in the
tOrderDetail table. I'm trying to write a simple query that will capture
all of the data from both tables - can't seem to do it. It seems as though
I can either capture records with data in tOrderDetail or records with out -
not both. Any thoughts would be greatly appreciated.
Thanks!
one is an order detail table.
tOrder
tOrderDetail
The tOrder table contains basic info like customer name, date, a flat rate,
etc. The tOrderDetail table is linked to tOrder by a field called DetailID.
Some orders in the tOrderDetail table actually have related data in the
tOrderDetail table. I'm trying to write a simple query that will capture
all of the data from both tables - can't seem to do it. It seems as though
I can either capture records with data in tOrderDetail or records with out -
not both. Any thoughts would be greatly appreciated.
Thanks!
Comment