Forum Moderators: open
category = "" & dbRs2("Category") & "" category = Replace(category,"&","")
I have also tried this as a variable:
category = dbRs2("Category") category = Replace(category,"&","")
No joy either way.
Any pointers.
Cheers
category = Replace(category,Chr(38),"")
Dont know why that was not working. But your Chr(38) work. Is there a list of such characters?
what you doing over here tx' ASP is not usually your bag :)
Now I'm learning the .NET thing.
:) Well you not half bad at php which is where I thought your interests lay.