Log data entry time

belsha

Registered User.
Local time
Today, 02:52
Joined
Jul 5, 2002
Messages
115
Is there code that can be used for measure how long a record is being entered? My user hits a switchboard button for a particular form, and it opens in enter new record mode. She enters thru it, then hits a button that takes her on to the next form. Is there a time stamp that will log how long she is entering on that new record in each form she uses?
 
You could note the time on entering the form by storing it in a variable and then note the time on leaving the form.

Then convert both times into seconds and subtract the larger from the smaller, thus telling you how many seconds the user spent on the form.
 
Code to use for time log?

Could you give me an example of the code you would use?
 

Users who are viewing this thread

Back
Top Bottom