T
Tony Martini
Hello,
Hope this is the right newsgroup.
I am using VB.NET. I have bound controls that bind to a small access
database. Adding and deleting records work fine. When I try to modify a
textbox bound to a date time column by removing the date in the textbox the
update puts the old value back in. It does not throw any exceptions. I need
to be able to put dbnull.value into the column if users are removing the
value entered. The field in the db is not required and I can add a new
record without populating it.
Any help would be appreciated.
Hope this is the right newsgroup.
I am using VB.NET. I have bound controls that bind to a small access
database. Adding and deleting records work fine. When I try to modify a
textbox bound to a date time column by removing the date in the textbox the
update puts the old value back in. It does not throw any exceptions. I need
to be able to put dbnull.value into the column if users are removing the
value entered. The field in the db is not required and I can add a new
record without populating it.
Any help would be appreciated.