I have 2 tables containing fields for Date and Amount, each relates to a different source and must be kept separate. Sometimes I want a combined result sorted by date. I would rather not use a third table for the combnination.How do I set up the query to combine the tables?