Quote Originally Posted by dee-u View Post
Code:
With arsProjects
 If not (.BOF And not .EOF) Then
  .Requery
  .MoveFirst
 End If
End With
and what's the problem with this:

With arsProjects
If not .BOF And not .EOF Then
.Requery
.MoveFirst
End If