Auto insert date

R

Rescueme

I am working with MS Access97 and have a table with four fields. When I add
a new record to the table I would like the fourth field to add the current
date and time.

Field One - Ref#
Field Two - Description
Field Three - Assigned_To
Field Four - Date_Assigned

Date in the format of DD/MM/YYYY HH:MM

Thanks in advance for the help
Karen
(e-mail address removed)
 
R

Rick Brandt

Rescueme said:
I am working with MS Access97 and have a table with four fields. When I add
a new record to the table I would like the fourth field to add the current
date and time.

Field One - Ref#
Field Two - Description
Field Three - Assigned_To
Field Four - Date_Assigned

Date in the format of DD/MM/YYYY HH:MM

Just make Now() the default value for the field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top