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.
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.