Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Seek
Message
De
09/04/1999 13:08:25
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Seek
Divers
Thread ID:
00206960
Message ID:
00206960
Vues:
57
if i used this code in some forms it gives me an error like, while it works for other forms

"method or data member not found"

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:

Thanx in tonnes
shashi
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform