The value of a form textbox looks like this:
I want to insert this into an Access table in 'Short Date' format. The code looks like this:
I also set the field properties to 'Short Date'. I get the following error:
Any thoughts?
[blue]There's no place like 127.0.0.1 ...[/blue]
Code:
Jul-01-2005
Code:
Rs( "SampleDate2" ) = CDate(Request.Form( "SampleDate2" ))
Code:
Microsoft VBScript runtime error on '800a00d'
Type mismatch: 'CDate'
Any thoughts?
[blue]There's no place like 127.0.0.1 ...[/blue]