Maximum value for Timer Interval

  • Thread starter Thread starter Adrian Smith
  • Start date Start date
A

Adrian Smith

Using Access 2003.

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

Thanks for any help.

Adrain
 
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)
 
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top