T
tiger
Hi,
I have a field in my table called DDate of type short date. When I try to
insert it into a table using the query below...I get an error messages like
- Data type mismatch in criteria expression
- Invalid use of Null
..CommandText = "INSERT INTO tblTime (DDate) VALUES ('"& Format
(txtDate1,"\#mm\/dd\/yyyy\#")&"')"
txtDate1 is a textbox name where the date is entered.
Thanks
Tiger
I have a field in my table called DDate of type short date. When I try to
insert it into a table using the query below...I get an error messages like
- Data type mismatch in criteria expression
- Invalid use of Null
..CommandText = "INSERT INTO tblTime (DDate) VALUES ('"& Format
(txtDate1,"\#mm\/dd\/yyyy\#")&"')"
txtDate1 is a textbox name where the date is entered.
Thanks
Tiger