Here is my problem:
I have two queries, query (1) returns one row of data. Query (2) returns > 1 row.
On my report I would like to replicated the data from query (1) with query (2).
For example:
query(1) result set: Year, Week, Distributor Number, Invoice quantity. (1998, 8, 0001,120)
query(2) result set: Year, Week, Forecast week, Distributor Number, forecast quantity.
(1998, 8, 10, 0001,125)
(1998, 8, 11, 0001,115)
(1998, 8, 12, 0001,100)
I would like to combine the data from both queries to obtain the following: (1998, 8, 10, 0001,125,120)
(1998, 8, 11, 0001,115,120)
(1998, 8, 12, 0001,100,120)
Dianna Anderson
TUSC - Coors Brewing Company
Listserv Archives (BOB member since 2002-06-25)