How to automatically add the date in a field

  • Thread starter Thread starter RitchieJHicks
  • Start date Start date
R

RitchieJHicks

Hi,

I have a field called "date recieved". How can I make this field
automatically insert the days date when a new record is lunched (but that can
still be overtyped if required)?

Rgds,
Ritchie.
 
Set the DefaultValue property of the table's field to Date() (or Now() if
you want both date and time)
 
Wouldn't a defaultvalue of Date() in your table be enough in that case? Can
be overwritten and when you enter a new record you autom. get a new date.
 

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