In an append query, I can only append one amount field from table1 to the amount field in the temp table. So say from Table 1 I need to append ID, start date, end date, amt1, amt2, and amt3 to the temp table to the fields, ID, start date, end date, and amount. I can't append amt1, amt2, and...