time stamp in access

billmush

New Member
Joined
Jun 19, 2003
Messages
13
I'm having a problem with access taking the time and adding it to the next empty record before any thing else is added. Is there any way to have the time not be entered until the record is completed Right now in the table properties I have the Field time default set to Time$() and have a seperate date field, Customer # field, In Field and ID Field

example: ......rec1 .........rec2
CUSTOMER# 12345____(BLANK)
TIME:........10:54:50p..10:54:52p
DATE:........03/11/04....(BLANK)
IN:...............In...........(BLANK)
ID:................1.......(AutoNumber)

after 10 min have passed the time does not refresh you have to exit table and re enter it. for it to update

thanks in advance :rolleyes:
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
The time will be created when the record is created. What you could do is to add an afterUpdate event to one of the other fields that will set the time for you when it is edited. One thing that you might want to look out for is whether the code should be alowed to run again if the field is edited at a latter date.

Peter
 
Upvote 0

Forum statistics

Threads
1,221,639
Messages
6,160,998
Members
451,682
Latest member
ogoreo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top