Results 1 to 3 of 3
  1. #1
    aertla is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2010
    Posts
    2

    chronometer in access

    Hi All,



    I want to make a chronometer in access (with 1 hondreth of a second)
    When I use the timer of the form, it will stop counting everytime I hit a button or I want to change the value of textbox.

    --> So the timer has a low priority.

    Is there another way to implement a chonometer in access. (Maybe something with threads, activex...

    Thanks in advance

    Lars

  2. #2
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    have you tried putting it in its own form - like a pop up form.. ??

  3. #3
    aertla is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2010
    Posts
    2
    No, I didn't tried that yet... But I've tried the activeX and it got the same problem as when I use the timer form.

    I see at this moment 2 possibilities:
    the sollution that you give me could be answer or I could use an external oscillator and every 10 ms it will generate an interrupt in my VBA code.
    For the application I'm allready using the serial port of my computer so I think It could work...
    I just need to try both and see what's the best sollution...

    Thanks for the tip.

    Best regards,

    Lars

Please reply to this thread with any new information or opinions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums