Time picker using command or toggle buttons

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • soggycashew
    New Member
    • Aug 2019
    • 10

    #1

    Time picker using command or toggle buttons

    Im looking for a time picker for Ms Access that has cmd buttons 0-23 for hours and cmd buttons 0-60 for minutes so for example if it was 13:00 you could just press 13 and 0.

    How could this be done or is there an example out there? I did see one that used toggle buttons but couldnt figure out the code. It had for minutes a button for every 5 min and I needed each min.

    Thanks,
  • isladogs
    Recognized Expert Moderator Contributor
    • Jul 2007
    • 483

    #2
    Yes there are many examples out there. Try using a Google search for Access time picker

    Or try creating your own using 2 combos: Hours & Minutes then click a button to combine these as your time value in a textbox

    Comment

    • soggycashew
      New Member
      • Aug 2019
      • 10

      #3
      I created one from different pickers and I cant figure out why my minutes are off. I posed my question in AccessWorld with my example.

      Comment

      • twinnyfo
        Recognized Expert Moderator Specialist
        • Nov 2011
        • 3665

        #4
        Looks like this solves on the other forum....?

        Comment

        • soggycashew
          New Member
          • Aug 2019
          • 10

          #5
          Yes thanks, I also didn't realize attachments were allowed on Bytes or I wouldn't have second posted.

          Comment

          Working...