Ok, here's my scenario:
I have a complex query, referencing a SQL DB, already defined. I will be needing to add criteria to it as time progresses, and one of these criteria derives from a foreign table in an Access database.
My question is this:
How can I interpolate a recordset variable (Access) into an already-existing SQL string (SQL)?
I'm befuddled!
Thanks in advance.
I have a complex query, referencing a SQL DB, already defined. I will be needing to add criteria to it as time progresses, and one of these criteria derives from a foreign table in an Access database.
My question is this:
How can I interpolate a recordset variable (Access) into an already-existing SQL string (SQL)?
I'm befuddled!
Thanks in advance.