Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data - encryption
Message
 
À
11/10/1999 11:23:31
Larry Santos
Local Data System
Philippines
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00274711
Message ID:
00274963
Vues:
25
>Hi,
>
>Thanks
>btw, how to manipulate it in data control coz im using a data control in my app.
>
>i used to manipulate the like this
>set frmother.mydata.recordset = frmsample.data1.recordset
>

In ADO, this would work but not with DAO.

Use this method instead:
With Data1
.DatabaseName = mdbMAJ.Name
.Connect = mdbMAJ.Connect
.RecordSource = "Your query string here"
.Refresh
End With
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform