You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Now I want to know if it is possible to join the table with an Access table. Can I work with 2 connections, or should I create 2 recordsets and then create another query based on the 2 recs?
If you are using access, then I would recommend creating a linked connection into Access from your Excel file. You can then manipulate the joins in query to bring back a recordset.
In Excel you can then link to the query results and exen pass through from excel certain parameters from text boxes or drop down boxes that interact with the query and return only the records you need.
synopsis, I recommend you get Access to do the hard work.