Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recordsets
Message
From
26/11/2001 16:20:28
Jason Dalio
Northern Interior Regional Health Board
Prince George, British Columbia, Canada
 
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Miscellaneous
Thread ID:
00585974
Message ID:
00586021
Views:
19
You can make your SELECT statements access 2 different sources. I can't remember the exact syntax but I have seen it posted here on UT before. essentially you do something like the following:

SELECT Field1, Field2 FROM [ODBCSource1]![Table1]
UNION (SELECT Field1, Field2 FROM [ODBCSource2]![Table2]);

Obviously my syntax is wrong but I hope this shows you that you can actually do it. I know you can include the provider strings within the actuial SQL statements.
Previous
Reply
Map
View

Click here to load this message in the networking platform