Greetings!
I have to record the times when data entry starts and when it ends. I tried using the Now() function to set the ObsStart value - works OK. However, when the ObsEnd value is set to Now() by the click event of the save button, the ObsStart value is reset to the same date/time value.
How can I lock the previously recorded Now() ObsStart value and prevent it from being updated at the end of data entry? Or am I using the wrong method?
Any help would be greatly appreciated.
I have to record the times when data entry starts and when it ends. I tried using the Now() function to set the ObsStart value - works OK. However, when the ObsEnd value is set to Now() by the click event of the save button, the ObsStart value is reset to the same date/time value.
How can I lock the previously recorded Now() ObsStart value and prevent it from being updated at the end of data entry? Or am I using the wrong method?
Any help would be greatly appreciated.