I have two tables, a current orders entered table and a orders entered history table. I want to be able to enter a beginning date and an ending date which would search both tables for orders entered between those dates. I need both tables because if the dates fall in the current month it would need to look in the ORDERS ENTERED table, but, if the dates are previous to the current month it would have to look in the ORDERS ENTERED HISTORY table. I'm not sure how to make a query that allows me to enter the beginning date and ending dates and have MS Access retreive the orders from the entered dates.