Errr...not quite sure what ya codes doing, but I can tell you that:
Is definately a bit strange...that is statement will ALWAYS be true!VB Code:
If ObjRSuser.BOF = False Or True Then
I think you may want to change this line to:
Hope that helps,VB Code:
If NOT objRSUser.BOF And Not objRSUser.EOF Then
Woka




Reply With Quote