Automatically Logging off idle users

abledog

Registered User.
Local time
Today, 08:57
Joined
Nov 11, 2008
Messages
15
Hello:

I am using the code from the following link to log off users with certain idle time. http://www.tek-tips.com/faqs.cfm?fid=1432

I keep running into errors for frm_ExitNonUse...as soon as I put in the programming for Form_Timer, I start getting error message: ( This message alos pops up when I hit the Command button on this form)

The expression On Click you entered as the event property setting produced the following error: syntax error.
* The expression may not result in the name of a macro, the name of user define function , or [Event Procedure]
*There may have been error evaluating, function, event or macro.


If I take out the code for Form_Timer, the command button works fine.

The only thing different is that I am using access 2003, does anybody know what is going on here.

Thanks for your help.
 
Don't worry about it guys, I figured out another way around it. Thanks .
 

Users who are viewing this thread

Back
Top Bottom