I have an access DB with two identical tables and I'd like to be able to 'Select * From Table1 Where (date = sDate)'
And in the very same query also pull from the cloned table as 'Select * From Table2 Where (date = sDate)'
Using 'And' seems to just make it think its secondary criteria for pulling from the first table queried. I'm certain there is an easy way to make this work. Any help would be appreciated.
And in the very same query also pull from the cloned table as 'Select * From Table2 Where (date = sDate)'
Using 'And' seems to just make it think its secondary criteria for pulling from the first table queried. I'm certain there is an easy way to make this work. Any help would be appreciated.