Hi Guy!
I'm the new fo ASP so Now I have The problem when I try to do My Code It allway to give me the message : " Type mismatch: 'Format' " I don't kwon why ! Please have me sovel the problem !
This is my Code :
SQL = "SELECT * FROM Orders Where OrderDate between '" & _
Format(Request.Form("from"),"dd/mm/yyyy") & "' and '" & _
Format(Request.Form("To"),"dd/mm/yyyy") & "'"
Thanks alot.
cuong