Blue Sky
March 18th, 2001, 09:36 AM
How can I store null date in a field which is of type datetime ?
I've tried rs("applyDate") = "", it didn't work !!!
I've tried rs("applyDate") = "", it didn't work !!!
|
Click to See Complete Forum and Search --> : Save date Blue Sky March 18th, 2001, 09:36 AM How can I store null date in a field which is of type datetime ? I've tried rs("applyDate") = "", it didn't work !!! Cakkie March 18th, 2001, 09:56 AM Make sure the field accepts Null values, then do this: rs("applyDate") = Null Tom Cannaerts slisse@planetinternet.be The best way to escape a problem, is to solve it. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |