|
-
Mar 14th, 2000, 02:54 AM
#1
Thread Starter
New Member
I want to programatically loop through all the rows in my database when a user clicks on a pushbutton.
However I get an error:
"Object variable or with block variable not set"
Here's what I am doing:
do while not adoTargets.recordset.eof
...
... processing code here
...
loop
What am I doing wrong ? I want it to loop until EOF.
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
|