M misschanda via AccessMonster.com Oct 1, 2007 #1 Is it possible to create reminder alarms for individuals on access?? LA
G Guest Oct 1, 2007 #2 Yes. The key is the form's Timer event. You set a TimerInterval property that tells how often to fire the Timer event, then in the timer event, you check to see if it is time to present the alarm.
Yes. The key is the form's Timer event. You set a TimerInterval property that tells how often to fire the Timer event, then in the timer event, you check to see if it is time to present the alarm.