Auto insert date

  • Thread starter Thread starter Rescueme
  • Start date Start 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)
 
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

Date Question 6
Text Field Validation Rule for Date 1
input mask on date field 1
Autonumber associated with date 0
Forcing date format 2
Stumped By Dates 4
Date format problems after csv import 2
query on date 1

Back
Top