CDate built in function

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
 
R

Rick Brandt

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