Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Seek
Message
De
14/04/1999 11:17:47
 
 
À
13/04/1999 17:12:11
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Seek
Divers
Thread ID:
00206960
Message ID:
00208206
Vues:
24
Dim rs78 As Recordset4
Dim data78 As Database

Set data78 = OpenDatabase("c:\kskvb\walmart1.mdb")
Set rs78 = data78.OpenRecordset("stores", dbOpenTable)

With rs78
.Index = "primaryKey"

.Seek "=", "0015"

If .NoMatch Then
GoTo 10
End If
MsgBox ("ok")
End With
10:

this's the code that i have used.

can u tell me where you think i have erred.

thanks a tonne

shashi
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform