Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recordsets
Message
De
26/11/2001 16:03:51
Jason Dalio
Northern Interior Regional Health Board
Prince George, Colombie Britannique, Canada
 
 
À
26/11/2001 15:54:09
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Titre:
Divers
Thread ID:
00585974
Message ID:
00585994
Vues:
16
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);
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform