|
-
August 7th, 1999, 04:00 PM
#1
Recordset in ADC
Hi ,
I want to loop thru my whole "empoyees" table:
rs.Open "employees", , , cmdTable
rs.MoveFirst
Do while not rs.EOF
...
rs.MoveNext
The problem is if my table happens to be empty, right after the statement : rs.Movefirst, the program bumps. How can I control this ?
Thanks
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
|