A
Alex
Hi anyone,
I have two queries.
2 fields in each. Date, SomeInfo;
I need to make a third query that will return:
All the info. If there is missing info in one query for
the date for which other query has some number, i would
like to have 0 for the corresponding date in that query
column.
Date SomeInfo(from Query1) SomeInfo(from Query2)
09/08/ 100 200
10/08 0 300
11/08 400 0
I would like to have information displayed for any date
that those two queries returned.
Right join, Left join on date does not work. I Need All
the Dates returned. if i use no join at all it gives me
too many rows with unappropriate data in columns..
Can it be done? Thanks for any suggestions.
alex
I have two queries.
2 fields in each. Date, SomeInfo;
I need to make a third query that will return:
All the info. If there is missing info in one query for
the date for which other query has some number, i would
like to have 0 for the corresponding date in that query
column.
Date SomeInfo(from Query1) SomeInfo(from Query2)
09/08/ 100 200
10/08 0 300
11/08 400 0
I would like to have information displayed for any date
that those two queries returned.
Right join, Left join on date does not work. I Need All
the Dates returned. if i use no join at all it gives me
too many rows with unappropriate data in columns..
Can it be done? Thanks for any suggestions.
alex