I need to pull data from 2 tables. I have current year data in table A and prior year data in table B, hence, the field names are identical. I need to be able to input a date range like 1/1/2003 through 6/4/2004 and get all the records that meet that criteria. There is no relationship between the current year and prior year data. My obvious problem is that if I select my criteria to filter on the data in table A, I will only get table A records. Can this be done?
T
T