T
theseandavis
Is it possible to append one table to another, with the result being an
entirely new table and not overwriting one or the other?
I have two tables in which I would like to sum a number of columns. I
just can't figure out how to do this without appending the two tables
together first (... just kinda teaching myself how to use this
program...)
For example:
Table 1:
1) a b c 1 2 3
Table 2:
#) a b c 4 5 6
Where a,b, and c are text so that if it all matches (ie. rows 1 and #
in this case match) I would like the summary results -> a b c 5 7 9. It
would be great to do this in a query without bringing together the two
tables first, but I dont see how
Thanks for any input.
entirely new table and not overwriting one or the other?
I have two tables in which I would like to sum a number of columns. I
just can't figure out how to do this without appending the two tables
together first (... just kinda teaching myself how to use this
program...)
For example:
Table 1:
1) a b c 1 2 3
Table 2:
#) a b c 4 5 6
Where a,b, and c are text so that if it all matches (ie. rows 1 and #
in this case match) I would like the summary results -> a b c 5 7 9. It
would be great to do this in a query without bringing together the two
tables first, but I dont see how

Thanks for any input.