d1trupinoy
Technical User
I have 13 Queries which find items based on certain criteria (e.g. find objects that are red, find objects that are square, etc.) I would like to be able to generate a report based on all the objects found from the multiple queries. Keep in mind that the queries may have found the same object. How do I build a query or report using vb that just shows the objects found after all the queries are run. Currently I have 13 recordsets which I know work (e.g. red, square, etc).