I created an ASP page and I am trying to insert a record into an Microsoft Access (2003) database. If I don't put a date or a number in a textbox and try to insert it into the database, where these fields are represented by a number or date datatype in the database, the insert statement errors out. If I do put a date or a number in these textboxes the insert statement works fine.
Is there way to represent a null date in an Access database?
Is there way to represent a null number in an Access database?
Thanks.
Is there way to represent a null date in an Access database?
Is there way to represent a null number in an Access database?
Thanks.