Date & Time Stamp Field

R

Ross

Is there a function to record both the date and time that a record is
created? I want to reproduce the "General Date" Format, "12/20/04 5:32:20
pm" and post it thru a Date/Time Field's default value, automatically at the
moment that a record is created.

Thank you,

Ross
 
A

Andi Mayer

Is there a function to record both the date and time that a record is
created? I want to reproduce the "General Date" Format, "12/20/04 5:32:20
pm" and post it thru a Date/Time Field's default value, automatically at the
moment that a record is created.

Thank you,

Ross

use now() in the defaultValue of the field in the table

If you expect an answer to a personal mail, add the word "manfred" to the first 10 lines in the message
MW
 
R

Ross

Andi,

Perfect, thank you!

Andi Mayer said:
use now() in the defaultValue of the field in the table

If you expect an answer to a personal mail, add the word "manfred" to the first 10 lines in the message
MW
 
Top