I have a form which has a textbox called TimeStamp. When we enter a record, it fills current as well as the next record's TimeStamp as the current time. This seems a bit weired. It should fill the time when a person actually starts to enter the record.
Also, sometimes if it takes more than 5 minutes to enter the whole record, in that case the time is still the same as it was when I started to enter the record.
Is there any way we can refresh the time?
Something to be done in Textbox's afterUpdate event may be??
Here is some properties of the textbox,
Thanks
Also, sometimes if it takes more than 5 minutes to enter the whole record, in that case the time is still the same as it was when I started to enter the record.
Is there any way we can refresh the time?
Something to be done in Textbox's afterUpdate event may be??
Here is some properties of the textbox,
Default Value:Format(No w(),"Medium Time")
Input Mask: 00:00;
Comment