Results 1 to 7 of 7
  1. #1
    brs's Avatar
    brs is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Mar 2014
    Posts
    17

    add windows widget like clock to access form


    hello guys
    can we add windows gadgets like clock and calender to access form?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Use a third-party add-in or program your own objects. Search the web. I bet it's been done.

    Bing: access form calendar clock

    Search this forum on keys: clock calendar
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Rocco57 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2014
    Location
    USA
    Posts
    6
    brs,

    I have an unbound text box that I have used for a real time clock for years. It can be set for long, medium, or short time and takes about 30 seconds to set up. It can also be used with a date picker if need be. Extensive code makes it work, but even a novice with little VBA knowledge can code it:

    Private Sub Form_Timer()
    [Time] = Now()
    End Sub

    There is a extremely long video on how to set it up; approximately 3 minutes and very user friendly.

    Search the net for Adding a Real Time Clock to Forms, if memory serves me correctly. No 3rd party anything.

    I think this is what you were really after as an answer.

  4. #4
    brs's Avatar
    brs is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Mar 2014
    Posts
    17
    ROCCO57,

    i have already tried setting ontimer property of the form. it works correctly with only one problem.. i have put time text box on a navigation form which contains a subform. now the form flickers every second while updating the time. and as you know this can get very irritating. is there a way past this problem?

  5. #5
    Rocco57 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2014
    Location
    USA
    Posts
    6
    brs,

    In the video, the individual was using an older version and was able to set the timer value to a certain number. I don't think that is all that easy to get to or adjust as it was in the video. I digress to someone with more VBA knowledge than myself.

    I was fortunate; mine has worked without a hitch and I just knew that it was out there without having to purchase any software to do it.

    You might go to that video and contact the author and see if there is a solution he might have.

    Rocco

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    brs, why don't you test with a normal form, not a Navigation Form.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  7. #7
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    My limited exposure to Navigation Controls showed me that they will flicker when you ask them to do small chores.

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

Similar Threads

  1. Replies: 6
    Last Post: 03-08-2013, 11:49 AM
  2. Clock on the form
    By jalal in forum Forms
    Replies: 3
    Last Post: 02-19-2012, 08:25 AM
  3. Sidebar Weather Widget
    By pkstormy in forum Code Repository
    Replies: 0
    Last Post: 08-31-2010, 01:58 AM
  4. Replies: 3
    Last Post: 07-15-2010, 05:53 PM
  5. clock control in access
    By kfoyil in forum Access
    Replies: 0
    Last Post: 12-02-2006, 01:38 PM

Tags for this Thread

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