J
jason
What kind of results will a UNION query produce if you want to merge the
contents of two tables or queries which currently hold the following:
MktStatus
A 1 (long)
B 1(long)
C A1 (long)
PriceChange
B 100,000 (Currency)
If I unionize them, will it only return one record: eg B
Or will it return them ALL expect that two of the rows - A and C - will have
blank Price Change Fields?
Thanks
Jason
contents of two tables or queries which currently hold the following:
MktStatus
A 1 (long)
B 1(long)
C A1 (long)
PriceChange
B 100,000 (Currency)
If I unionize them, will it only return one record: eg B
Or will it return them ALL expect that two of the rows - A and C - will have
blank Price Change Fields?
Thanks
Jason