Set Date Stamp

  • Thread starter Thread starter rocket
  • Start date Start date
R

rocket

I want to set a date stamp for the date a record is created without the
field being changed everytime the record is accessed, how do I do this?

J
 
Rocket,

Set the Default Value property of the field in the design view of the
table to Date()

- Steve Schapel, Microsoft Access MVP
 
1. Open the table in design view.

2. Add a Date/Time field to store the record creation date.

3. In the lower pane of table design, set the Default Value property to:
=Date()
Alternatively, if you want to store the time as wall as the date, use:
=Now()
 

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

Similar Threads

Inserting Date/Time stamps 6
Time Stamp 2
date stamp 1
Time Stamp Issue 10
Creating custom stamps in .pdf Adobe documents 1
date stamping a record 10
Adobe Acrobat Stamp 0
Form and sub form last modified stamp 1

Back
Top