lotharious
MIS
I am making a report that has to be in a certian format.
I have a table that holds multple records of 3 different types. I need to merge this data into a lesser number of records.
I have made seperate queries to pull out and sort the data for each type.
Now I need to put those queries together. There is no linking data, so I need to make one. The data in the records is completely irrelavent.
So basically what I need to end up with is
Type A|Data A1|Data A2|Type B|Data B1|Data B2|Type C|Data C1|Data C2
The number of records from A, B and C will differ at all times so I cant leave out the data..
I have done this before in VB, but that is not an option in this case. I have to have it all done within the query.
I have a table that holds multple records of 3 different types. I need to merge this data into a lesser number of records.
I have made seperate queries to pull out and sort the data for each type.
Now I need to put those queries together. There is no linking data, so I need to make one. The data in the records is completely irrelavent.
So basically what I need to end up with is
Type A|Data A1|Data A2|Type B|Data B1|Data B2|Type C|Data C1|Data C2
The number of records from A, B and C will differ at all times so I cant leave out the data..
I have done this before in VB, but that is not an option in this case. I have to have it all done within the query.