CDate built in function

  • Thread starter Thread starter student
  • Start date Start date
S

student

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
 
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.

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().
 
Back
Top