I have a statement that I am using two NOT operators.
can this be simplified using a 'andalso'?
VB Code:
If Not rs.BOF And Not rs.EOF Then
VB Code:
If Not rs.BOF AndAlso rs.EOF Then
|
Results 1 to 6 of 6
Thread: problem understanding andalsoThreaded View
|
Click Here to Expand Forum to Full Width |