jar
12-05-2000, 12:24 AM
How do you delete date data? That is, suppose you have a database with a date field. The date field is in a client record and indicates when the user wants to contact the client. The user enters a date into a record. Later, the user would need to delete the date when they no longer need to schedule a call.
I would like to delete the date by programming; assigning a null value to the date field. I get an error message. Assigning a zero-length strings also produces errors since strings cannot be entered into the date.
I could just copy the whole record into another record except for the date field. However, I was hoping there was a more direct way of doing this.
I would like to delete the date by programming; assigning a null value to the date field. I get an error message. Assigning a zero-length strings also produces errors since strings cannot be entered into the date.
I could just copy the whole record into another record except for the date field. However, I was hoping there was a more direct way of doing this.