Set the value to NOW() sets the date and time to now. There are a
number of ways to set it, when do you want it set; when created, when
edited, when viewed ...?
Just set the DefaultValue property of a date/time field in the table
to Date(). When you create a new record in the table it will fill in
the current date.
2.12.09 isn't a date to Access. Dates must be delimited with # characters
and must be in a format Access recognizes (for the most part, Access doesn't
not respect regional settings in queries).
Assuming you mean 2 December, 2009 as the date, use #2009-12-02#
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.