<Is this what you found?>>
Typing is not the same thing as as moving from control to control or to another form, so yes while you are typing the clock will continue to go up. However you should see that when you move to another control on a form outside the switch board, the count does reset.
I don't see this as a problem, except possibly on a memo control. It should not take you more then a few minutes to type something into a control before moving to another and resetting the clock.
If you really want to regard typing, then you'd need to use code in every forms Keypreview event or hook the main access window and look for keyboard and mouse window messages; not a trivial task.
JimD.