Autodate table design

ironvid

Registered User.
Local time
Today, 19:32
Joined
Aug 14, 2003
Messages
18
I am designing a table and I need one of my columns to automaticlly enter the date in when a record is created.

In MSSQL i Simply add (getdate()) into the default Value

Thanks for any help

Regards....stephen
 
Stick:

=Date()


in the default value.


or

=Now()

if you want the date and time.
 

Users who are viewing this thread

Back
Top Bottom