|
-
Sep 28th, 1999, 04:25 AM
#1
Thread Starter
New Member
Can any one tell me how to save 'Nothing' to a Date field in a recordset.
Senario;
A date has been saved to a Date Field, thus changing the field from Null. The date is then not needed and deleted from the corresponding textbox object bound to the field. If I leave the textbox empty I get Data Conversion Error.
Surely there must be a way? . . .
[This message has been edited by Mike Goodman (edited 09-28-1999).]
-
Sep 28th, 1999, 05:14 PM
#2
Junior Member
You told that you try to update "nothing" into the field.
if your program corverts an empty textbox into value "" that cant be updated into the datetime field.
You can insert or update value Null into a datetime field.
recards Jamppa
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|