|
-
May 14th, 2000, 09:30 PM
#2
Thread Starter
Hyperactive Member
um...despite the `helpful` error message, i`ve worked it out..the code i borrowed the subroutine about from only selected 1 record at a time...so when i changed my code to :
While rsTableOut.RecordCount > 0
rsTableOut.Move rsTableOut.RecordCount - 1, adBookmarkFirst
rsTableOut.Delete
Wend
it works fine! doh!
a.
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
|