wrote:
> if sAct<>myData(5,i) & "" then
>
> This doesn't seem to work...even so the statement wouldn't really work
> here anyway.
Then, I'm sorry, but you're going to have to do a better job of describing
what "doesn't work" means. What I posted was a stab based on what I guessed
you meant.
>
> If for example sAct is null and myData(5,i) has a value, this
Oh come on!
if sAct & "" <>myData(5,i) & "" then
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.