Results 1 to 5 of 5

Thread: DTPicker for time without seconds for database

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 1999
    Location
    Littlehampton, W Sussex GB
    Posts
    203

    Post

    Does anyone know how I can use a DTpicker for just HH:MM to put in an Access database as a time field (I don't need the seconds)

  2. #2

    Post

    Originally posted by Caro:
    Does anyone know how I can use a DTpicker for just HH:MM to put in an Access database as a time field (I don't need the seconds)
    I am working on trying to get the DTPicker to just give a date and that's it! I did it once but can't remember... I'll check it out once I get my &%@%& DataEnvironment to connect to my UDL.


  3. #3
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105

    Post

    Originally posted by DatabaseLife:
    I am working on trying to get the DTPicker to just give a date and that's it! I did it once but can't remember... I'll check it out once I get my &%@%& DataEnvironment to connect to my UDL.

    Check the value property?


  4. #4
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105

    Post

    Originally posted by Caro:
    Does anyone know how I can use a DTpicker for just HH:MM to put in an Access database as a time field (I don't need the seconds)

    Like?

    dbTimeFld = "#" & DTPicker.hour & ":" & DTPicker.minute & "#"

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    May 1999
    Location
    Littlehampton, W Sussex GB
    Posts
    203

    Post

    Thanks - it's easy when you know how! Many thanks for help

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width