Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I use the Bookmark property ??
Message
De
02/11/1998 04:48:11
 
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00153336
Message ID:
00153396
Vues:
21
Dim DbsComptoir as Database, rstClients as recordset
Dim Varorigine as variant
set dbsComptoir=Opendatabase("C:\.....")
set rstclients = dbscomptoir.openrecordset("Clients",dbopentable)
rstclients.index="Societe"
varorigin==rstclients.bookmark
rstclients.seek ">=","Z"
if rstclients.nomatch
Msgbox "Not Found"
rstclients.bookmark=varorigin
endif
rstclients.close
dbscomptoir.close



I hope this will help you.
You can found a lot of information in "Microsoft jet database engine" from dan haught, jim fergusson
Best regards
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform