Faisal, I'm new in ASP .
And for ur information, I try to work on the above example n modify it , but I get the error messange as below:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E07)
[Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression.
/employee_ac.asp, line 29
I add on a data field with file type to let user to browser their file, inside the form.
the section code as below:
<input name="FirstName" type="text" >
<input name="LastName" type="text" >
<input name="Tel" type="text" >
<input name="Address" type="text" >
<input name="DateContacted" type="text" >[Access field type:Date]
<textarea name="Comment" rows="5"></textarea>
I hope that u can help me to solve the problem that I encounter, I really appreciate ur contribution