I have an Access database pulling info from a canned database via ODBC in which there is a Tasks table and an Event table (among others). The Tasks table contains things to do for any given day and are date dependent; the Events table contains appointments and the like which are both date and time dependent. I need to combine this information into one report by date so that all appointments and tasks for each day are displayed together on that day.