Hi Saket,
I tried your code, but when i leave the USER_NAME field to blank, it does not do this loop:
Pls help me on that?
Regards,
linhke
I tried your code, but when i leave the USER_NAME field to blank, it does not do this loop:
Code:
If rs.Fields("USER_NAME").Value <> Null Then
msgbox rs.Fields("USER_NAME").Value
End IfPls help me on that?
Regards,
linhke

