Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recordsets
Message
From
26/11/2001 16:03:51
Jason Dalio
Northern Interior Regional Health Board
Prince George, British Columbia, Canada
 
 
To
26/11/2001 15:54:09
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Miscellaneous
Thread ID:
00585974
Message ID:
00585994
Views:
15
You can also use a UNION query to bring together the 2 recordsets provided that the field names and field types are exactly the same in both recordsets.

e.g.

SELECT Field1, Field2 FROM Table1
UNION (SELECT Field1, Field2 FROM Table2);
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform