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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top