TrunksSenkawa
Registered User.
- Local time
- , 20:09
- Joined
- Oct 10, 2002
- Messages
- 13
My problem is that I am creating a call log. I have a time field on the form set to automatically display the current time and store it in a field. Only problem is, the Time() function only recieves the current time when a new record is created. So if a new record is created and it sits there from 2:35 to 2:50, the time will still show 2:35. I need a way to get the time to continuously update every second. Also, I have a field called Period. I want the value of this field to be based on what is in the CurrentTime field. Eg if it is 8:30 to 10, period displays 1, 10:01 to 11:20 period displays 2. I have another question but I want to get this resolved first. Thanks!