View Full Version : Date/Time Datatype


sassenach
09-21-2003, 11:53 PM
Hi,
I am using ASP with MS Access.
I am trying to put a data/time automaticaly when user input's a record.
Meaning for every record added, also the date and time of the record should be added.
I added a table with fields including a field calls EntereDate which is a datatype Date/Time.
Anyone have an idea?
Do i have to do ths in ASP along side my Insert Into statement?
Me

Fuga
09-22-2003, 12:40 AM
Canīt you just have Now() or Date() as the default value of you rdate field?

Fuga.