Results 1 to 5 of 5
  1. #1
    Tony R. is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Sep 2016
    Posts
    1

    combo box

    Any help appreciated
    I am changing my database to work with a touch screen monitor. I cannot figure out how to change the size of the drop down arrow selection portion of the combo box to make it a larger target for the touch screen.

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    IIRC, you can do this via the Font Size.

  3. #3
    Micron is offline Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    Is this a post-2007 version thing? AFAIK, it can't be done (at least in my version).
    I figure you'd have to fake it by overlaying a command button with an arrow image on it.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  4. #4
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    Quote Originally Posted by Micron View Post
    Is this a post-2007 version thing?...
    I took a look and I was able to resize the pulldown thing via resizing the combo in design view. However, this only affected the height and not the width of the pulldown thing. I suppose a command button would be the way. Maybe a single command button could behave like a Tab key, setting focus on the next combo and then the next... This way it is just one place to click/touch. Or maybe two command buttons with arrows, forward and backward. Then a square colored as the back ground could hide the combo pulldown thing.

  5. #5
    Micron is offline Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    this only affected the height and not the width
    I should have mentioned that, but didn't think of it. It may provide a large enough target but will consume more vertical space on the form. If horizontal form space is not an issue (but vertical is) the button might be the answer. All you'd need to do is use it to drop down the combo:
    Me.cmbMyCombo.Dropdown
    Selecting a list item automatically closes the combo list.

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

Similar Threads

  1. Replies: 11
    Last Post: 09-03-2015, 11:12 AM
  2. Replies: 7
    Last Post: 03-30-2015, 10:04 AM
  3. Replies: 2
    Last Post: 10-21-2014, 07:57 AM
  4. Replies: 3
    Last Post: 07-03-2013, 10:38 AM
  5. Replies: 4
    Last Post: 08-16-2011, 05:54 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