Maximum value for Timer Interval

A

Adrian Smith

Using Access 2003.

What is the maximum value that can be entered in the Timer Interval?

Thanks for any help.

Adrain
 
D

Douglas J. Steele

According to the Help file entry for Timer event, 65,535. (This is
considerably less than the entry for TimerInterval, which implies you can
use the maximum value of a Long Integer, 2,147,483,647)
 
A

Adrian Smith

Douglas,

Thanks very much.

Adrian
Douglas J. Steele said:
According to the Help file entry for Timer event, 65,535. (This is
considerably less than the entry for TimerInterval, which implies you can
use the maximum value of a Long Integer, 2,147,483,647)
 
Top