Hi,
I have a one dim array with unique identifiers that I want to load into a
table to then use to join against a million records, then use that that
resulting recordset (should be 5K records) to compare against those
identifiers in the spreadsheet and add the remaining fields back into the
spreadsheet. For several reasons I don't want to load the entire ss into
access.
I'm having trouble loading the array into a recordset or table using ADO.
any ideas?
Thanks