Datahighway Posted September 16, 2003 Posted September 16, 2003 HI ALL, how can i insert a empty datetime field in a Access 2000 database. I know , if the textbox empty so must i write a dbnull in the database. But how can i do this ? Can anyone help me ? Regards Datahighway Quote
a_jam_sandwich Posted September 16, 2003 Posted September 16, 2003 Use SQL like this INSERT INTO MyTABLE (MyDATE) VALUES (NULL) All you do as above is enter NULL as the value in the SQL Regards Andy Quote Code today gone tomorrow!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.