N
NeonSky via AccessMonster.com
Hello All!
Ok here is the scenerio.
I have table "TblZooA" and table "ZooB", they share the same structure. I am
trying to put together a query that returns "Bobo and Zoey" from both tables,
and groups according to Animal Name. Ideally my query would return the
following results....
"QryZooReturn" (sample query return, "AnimalName" and "ShipDate" are column
headings)
AnimalName ShipDate
Bobo 2006
Bobo 2007
Zoey 2006
Zoey 2007
"TblZooA" (sample table)
AnimalName ShipDate
Bobo 2006
Zoey 2006
Betty 2006
"TblZooB" (sample table)
Animal Name ShipDate
Bobo 2007
Zoey 2007
Francis 2007
Thanks SO MUCH!!
Ok here is the scenerio.
I have table "TblZooA" and table "ZooB", they share the same structure. I am
trying to put together a query that returns "Bobo and Zoey" from both tables,
and groups according to Animal Name. Ideally my query would return the
following results....
"QryZooReturn" (sample query return, "AnimalName" and "ShipDate" are column
headings)
AnimalName ShipDate
Bobo 2006
Bobo 2007
Zoey 2006
Zoey 2007
"TblZooA" (sample table)
AnimalName ShipDate
Bobo 2006
Zoey 2006
Betty 2006
"TblZooB" (sample table)
Animal Name ShipDate
Bobo 2007
Zoey 2007
Francis 2007
Thanks SO MUCH!!