Results 1 to 2 of 2
  1. #1
    Thiyagu is offline Novice
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    1

    Time picker for Access 2003

    Dear Member's..



    I'm trying to do a simple database for my production daily output tracing check sheet..
    Someone pls help me on how to do time picker with simple instruction..
    Currenthly i need to key in manual under "Time Start" field..
    I need a help to use like pop timer , when i choose hours , minutes & second the field will automatic updated..

    Any one can help

  2. #2
    SoftwareMatters is offline Access VBA Developers
    Windows XP Access 2003
    Join Date
    Mar 2009
    Location
    Dorset
    Posts
    274
    If you type Now() in the default for that field. Every time you add a new record it will default to the current day/time.

    If you want a button to add the current time in to a field then on the OnClick of the button in VBA put something like this:

    Me!TimeField = Now()

    Just substitue TimeField for the name of the field on your form

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

Similar Threads

  1. Replies: 2
    Last Post: 11-10-2009, 02:49 PM
  2. Access 2003 - how install MS Date Picker
    By alexcalgary in forum Forms
    Replies: 3
    Last Post: 05-20-2009, 09:12 AM
  3. [Access 2003] Displaying 24 Hour Time
    By Trainman in forum Access
    Replies: 4
    Last Post: 03-18-2009, 06:34 PM
  4. Access Runtime 2007 Date Time Picker Vista not working
    By sailinxtc in forum Programming
    Replies: 0
    Last Post: 09-17-2008, 12:56 PM
  5. Microsoft Date and Time Picker 6.0
    By That Crazy Hockey Dood in forum Forms
    Replies: 0
    Last Post: 07-25-2007, 03:22 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