Thedon123 Registered User. Local time Today, 23:22 Joined Sep 11, 2002 Messages 98 Sep 13, 2002 #1 I have lots of data to enter in the database and i do not want to keep on entering the date in the date field. Is there an automatic way of doing it in access
I have lots of data to enter in the database and i do not want to keep on entering the date in the date field. Is there an automatic way of doing it in access
A antomack Registered User. Local time Today, 23:22 Joined Jan 31, 2002 Messages 215 Sep 13, 2002 #2 Go into the table design and set the default value for your date field to Date() - gives the date only, dd/mm/yyyy Now() - gives the date and time, dd/mm/yyyy hh:nn:ss
Go into the table design and set the default value for your date field to Date() - gives the date only, dd/mm/yyyy Now() - gives the date and time, dd/mm/yyyy hh:nn:ss