Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting date to null 1

Status
Not open for further replies.

crysma

Programmer
Oct 17, 2002
21
CA
Hi,

I'm working on an application with VB interface and an Access backend. I need a way to let userschange and/or delete certain dates of they so desire. While it will change the dates just fine, if I try to delete a date by setting its value to null, it throws an error. Is there another way to do this? If you could help me out, or point me to somewhere that might have the answer, I'd appreciate it muchly :)

Thanks in advance

Sheryll

 
UPDATE MyTable Set Mydate = NULL should work, check the
Required property for this field it must be set to No. If this does not fix it maybe check the validation rules as well.

Hope this helps you.
 
Thanks for your help. I will try this out and let you know how it goes :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top