Hi
Date() is a builtin function in Access, it returns todays date.
Avoid using reserved words (such as Date) as column names etc, you can best do this by sticking to a naming convention (eg frmMyForm, datDate etc for objects within your database), but to answer your question, yes you can do that, just put =Date() in the default property of teh column in the table, or in the defualt property of the control on the form.
Note as well as Date(), you can also use Now(), this returns the current date AND Time (eg dd/mm/yy hh:mm:ss)
I re-emphasis advice reference the use of reserved words, common examples I come across are Date, Time, Name, Value use of such names will end in tears
Regards
Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
Website needs upgrading, but for now -
UK