S student Sep 23, 2003 #1 What is the purpose of CDate built in Function and what is the syntex to use it as default value for date field. Please help. Joe
What is the purpose of CDate built in Function and what is the syntex to use it as default value for date field. Please help. Joe
R Rick Brandt Sep 23, 2003 #2 student said: What is the purpose of CDate built in Function and what is the syntex to use it as default value for date field. Please help. Click to expand... CDate() is used for converting non-date values into dates. If you have an actual date field you don't need it. Just use Date() or Now().
student said: What is the purpose of CDate built in Function and what is the syntex to use it as default value for date field. Please help. Click to expand... CDate() is used for converting non-date values into dates. If you have an actual date field you don't need it. Just use Date() or Now().