I'm not sure how to go about converting an existing function to use a list of search values from an additional, new recordset. It presently opens one (1) recordset and searches a memo field for values that match a certain format (& tallies, using arrays). I want to, instead, get names from a second table (2) and search for these names in the memo field of all the records in the first recordset.
How do I manage two open recordsets? Can I just grab a list from the new recordset and run through this list?
Obviously I need some big clues! Thanks for any help.
How do I manage two open recordsets? Can I just grab a list from the new recordset and run through this list?
Obviously I need some big clues! Thanks for any help.