I have a field in a table that is date/time(short date). I have a variable in my program; dteLastmaint that holds the date. The user clicks a command button to update all the fields in this table. If they change the date in a text box then it updates dteLastmaint with the date. My problem is that if they do not enter a date then I need it to enter a null value into that field. This does not work. I guess you cant insert null fields? What could I make this variable so that it will not automatically insert 1/1/1901 or something like that.
Thanks in advance.
Shannan
Thanks in advance.
Shannan