I have a situation where I have to refer to two tables in two DB's and create a single recordset for all the information.
I've tried to use two recordsets and use the info from the first for the second, but the problem is there are severl lines in the first table so I don't know how to include all the data in the second recordset's select statment.
I found an obscure mention of a 'View'
method in SQL but I don't know how to use it.
If you know, or think of a differnt way to cross-referance two tables on two different DB's Please let me know.
Have A Nice Day >
:O>
I've tried to use two recordsets and use the info from the first for the second, but the problem is there are severl lines in the first table so I don't know how to include all the data in the second recordset's select statment.
I found an obscure mention of a 'View'
method in SQL but I don't know how to use it.
If you know, or think of a differnt way to cross-referance two tables on two different DB's Please let me know.
Have A Nice Day >