Is there a way to set the default date in a field to be yesterday's date?
J Jeff Boyce Mar 4, 2004 #2 Rick If you are talking about setting the field's Default value, so that any new record added gets that default, yes. Try something like: =Date()-1 in the Default property.
Rick If you are talking about setting the field's Default value, so that any new record added gets that default, yes. Try something like: =Date()-1 in the Default property.