Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2009
    Location
    Australia
    Posts
    5

    Analog clock

    Hi All,

    I am currently developing a database in MSAccess 2k for users that place orders on suppliers all around the world. What I want to do is display an analog clock for each country they place orders for so that they can see the time there before making the call.



    Can anyone please help me?

  2. #2
    llkhoutx is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Jan 2010
    Location
    Houston, Texas USA
    Posts
    373
    You might be able to find an API for an analog clock. I don't know of one.

    Digital clocks would be very easy to create using the Time function to create a GMT time and various DateAdd functions to create the times you want, e.g.

    GMT=dateadd("h",ihrs,Time()) 'GMT time, ihrs hours from your local time
    Loc1Time=dateadd("h",nhrs,GMT) 'time a loc1, which is nhrs from GMT
    etc

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

Similar Threads

  1. Pop Up Clock and Date
    By SharonInGa in forum Forms
    Replies: 8
    Last Post: 04-14-2007, 01:34 PM
  2. clock control in access
    By kfoyil in forum Access
    Replies: 0
    Last Post: 12-02-2006, 01:38 PM

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