Date calculations

D

Dave

is there any way I can get 00/00/0000 to be used as a default value in a
date field (Table and form).


Thanks
dave
 
R

Rick Brandt

Dave said:
is there any way I can get 00/00/0000 to be used as a default value
in a date field (Table and form).


Thanks
dave

In a DateTime field, no. What's wrong with Null for the default?
 
J

John W. Vinson

is there any way I can get 00/00/0000 to be used as a default value in a
date field (Table and form).


Thanks
dave

No, because that's not a valid date. Why would you WANT it?

John W. Vinson [MVP]
 
Top