Greetings. I am trying to design a combo box based timer in access using vba. My combo box has 0-12 values list where
0 indicates timer is deactivated
1 indicates timer is activated and start time for it is recorded in text box for stage 1
On selecting 2, time interval between stage 1 and 2 will be recorded in text box for stage 2 and rest is the case with all stages till 12.
All selections must be consecutive from 1-12 and there is such a timer-stage thing in each record of a database so each record having separate stage selections and corresponding time interval recordings
Currently , I have found these resources
http://www.rogersaccesslibrary.com/f..._topic612.html
http://support.microsoft.com/kb/325238
But I need to use combo box to reset , activate , track , pause time rather than buttons. Check out the image attached. I need thing like it![]()