All --
Here's my code :
If ucase(request.querystring("pass"))="MW" and rs("is_file")=TRUE then
Response.Write "stuff" End If
If ucase(request.querystring("pass"))="IT" then
if rs("is_file")=TRUE then Response.Write "something" End If
End If
[Note : I was playing with 'if-then...
more >>
hi,
i have created an array from recordset containing user names
eg. (davidp, davidp, evenf, patricka, rebeccah)
which i have sorted in alphabetical order, but i need to
identify duplicates in this array and the number of times it has
been duplicated.
can someone help?
--
Michelle
...
more >>