Wanted multiple timer events without having to use a form timer.
Have been accepting that callback functions can not be used in a VBA class like msaccess until got a hint from vb.mvps.org
Using the following declarations in my VBA class:
Private Declare Function SetTimer Lib "user32" ( _...