|
-
Jan 5th, 2000, 06:14 PM
#9
Hyperactive Member
This works for me though . . .
rst.Open "m:\adonew\gerbil.rst", _ & "Provider=MSPersist", adOpenKeyset, _ & adLockBatchOptimistic, adCmdFile
rst.MoveFirst
StatusBar1.Panels(3).Text = rst.RecordCount
I know I'm using a saved recordset but it also works using a currently open one.
??Matt
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|