When inputting a record I want to have a field value that shows the time and date the record was entered. My three fields are ID(Autonumber Primary Key),Name and date. So each time a Name is entered it automatically enters the date and time of the entry. How can I get this to work??
ID Name Date
1 John 6/24/02 8:00 AM
2 Mike 6/25/02 12:23 PM