aziz rasul
Active member
- Local time
- Today, 13:00
- Joined
- Jun 26, 2000
- Messages
- 1,934
I have a bit of code below which works. However instead of using
If IsError(RSsff.EOF = True) Then
I wanted to use
If RSsff.EOF = True Then
instead. However it would come with the error : - Run-time error '3021'. No current record. Does anyone know how I can get the EOF to work, or is it not possible.
[This message has been edited by aziz rasul (edited 12-21-2000).]
[This message has been edited by aziz rasul (edited 12-21-2000).]
If IsError(RSsff.EOF = True) Then
I wanted to use
If RSsff.EOF = True Then
instead. However it would come with the error : - Run-time error '3021'. No current record. Does anyone know how I can get the EOF to work, or is it not possible.
[This message has been edited by aziz rasul (edited 12-21-2000).]
[This message has been edited by aziz rasul (edited 12-21-2000).]