Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating automatic dates

Status
Not open for further replies.

ramsc

Technical User
Jan 9, 2002
3
US
I just created an access database. I wanted to have the date for each record added to the database to be created automatically. If I do this, I was told that all previous records in the database would be changed to the new date that was generated automatically for the specific record on that date. IS this true? Please help,

Thanks
 
Nah not true

Use Date() in the field properties...
 
Not sure if it matters for your question, but what version of Access are you using?

Adding a field with a date/time stamp will not change the date for previous records (unless you have some sort of macro that does an automatic update). There will be NO VALUE in the new field for any existing records and new records will have the current date/time stamp. Add the record_date field to the table, set the record type to Date/Time, format it the way ya want it, then put Now() as the default value. Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top