I am writing an application in VB.NET in which I have the results of 2 queries from different databases stored within a Dataset as 2 different tables. My problem is that I need to 'Query' both of these tables to create a new result set within the same Dataset as a 3rd table.
Can anyone offer to point me in the right direction to accomplish this?
