Access VBADiscuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Does anybody know how to create a stop watch on Access....it should be linked to the fields Start time and end time to track the start and the end time evertime its started and add a new recordset
What is the fields start time and end time? You can use DateDiff to find the differences between two times. You need to supply more information please.
Field start time is 00:00 i.e., mm:ss ...end can be anything....dpepnding on the time taken....i was thinking if the stop watch can be stopped once started and then if we can reset it.....can u tell me the basic code to create this stop watch