The Clock control provides analog and digital clocks for your Microsoft Access forms with the option to set an alarm:
Just place the clock control on your form and adjust its size. You can then specify:
For analog clocks, you can specify:
For digital clocks, you can specify:
Additionally, you can specify an alarm time. When this time is reached, an event is triggered, allowing you to hook events to specific -times.
To use the Alarm feature, set the AlarmTime property. When the time is reached, an OnAlarm event is triggered. Write the code in this Event Procedure to perform the desired action.
Other than the alarm event, no programming is required to use and run the Clock control. All the clock properties can be set via VBA, and there are events with mouse clicks and key presses.
Supports Microsoft Access 2016, 2013, 2010, 2007, 2003, 2002, and 2000