Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Seek
Message
De
09/04/1999 17:29:59
 
 
À
09/04/1999 13:08:25
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Seek
Divers
Thread ID:
00206960
Message ID:
00207068
Vues:
17
>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


Shashi,

which line of code is generating the error ???

Regards,

Jason
Jason Tryon
Senior Systems Analyst / Technical Lead
eBusiness / iPage
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform