Brianwarnock
Retired
- Local time
- Today, 00:48
- Joined
- Jun 2, 2003
- Messages
- 12,701
I. like all the other posters here, are just happy to help. Mind you home made cookies hmm, however from the times that you are on I guess that you live on the West Coast of the US , a bit far to go even for home made cookies.
If you wish to put all of your results together then a simple UNION query such as
will do it
I presume that you will redo the queries with your original Table names.
Brian
If you wish to put all of your results together then a simple UNION query such as
Code:
SELECT [Final query for CH H].*
FROM [Final query for CH H]
UNION SELECT [Final query for CH HH].*
FROM [Final query for CH HH]
UNION
etc
will do it
I presume that you will redo the queries with your original Table names.
Brian