Mar 14, 2002 #1 SMCmtg Programmer Mar 27, 2000 90 US Hi: How do I remove a date from a date field? Trying to use: Replace contact.dcanceldate WITH 0000/00/00 but it does not like that. Any feedback is appreciated. THX Bill
Hi: How do I remove a date from a date field? Trying to use: Replace contact.dcanceldate WITH 0000/00/00 but it does not like that. Any feedback is appreciated. THX Bill
Mar 14, 2002 #2 chpicker Programmer Apr 10, 2001 1,316 Try this: [tt] Replace contact.dcanceldate WITH {} [/tt] You can also do this: [tt] BLANK FIELDS dcanceldate [/tt] Ian Upvote 0 Downvote
Try this: [tt] Replace contact.dcanceldate WITH {} [/tt] You can also do this: [tt] BLANK FIELDS dcanceldate [/tt] Ian