Thanks a bunch, I got so lost looking for an answer that I couldn't even figure how how to concatenate the SQL.Union queries are read only.
Re post #14, if you can do a union query then I'm sure you can do a select query based on that with a WHERE condition
For example, create a new select query something like
Code:SELECT * FROM qryYourUnionQueryName WHERE OrderNumber = order
See SQL WHERE Clause (w3schools.com)
Took 5 minutes to write this reply - must be time to quick for a bit.
Thank you for helping me see the obvious.