Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Seek
Message
From
14/04/1999 11:17:47
 
 
To
13/04/1999 17:12:11
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Re: Seek
Miscellaneous
Thread ID:
00206960
Message ID:
00208206
Views:
25
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
Previous
Reply
Map
View

Click here to load this message in the networking platform