Results 1 to 4 of 4
  1. #1
    bane is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    6

    Question Horizontal listbox - ?


    hi!
    I would like to set a list of numeric values from 0-10 in my form, like this:
    Code:
    0 1 2 3 4 5 6 7 8 9 10
    Only one number can be checked.
    Can listbox show these numbers in 1 row?

  2. #2
    bane is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    6
    No one?

  3. #3
    Rawb is offline Expert
    Windows XP Access 2000
    Join Date
    Dec 2009
    Location
    Somewhere
    Posts
    875
    The only way you can do something like this is to have each one in it's own box (or radio button?). Then set up VB Code on each one to automatically uncheck all the others when it's checked.

    Basically, once you click box 1, it unchecks boxes 2-10. Box 2 unchecks 1 and 3-10. Etc.

  4. #4
    bane is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    6
    tnx for the answer
    But I didn't have time to study this. I've left it as it was - lousy vertical listbox

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

Similar Threads

  1. Replies: 3
    Last Post: 04-14-2010, 10:00 AM
  2. Listbox question
    By uaguy3005 in forum Access
    Replies: 1
    Last Post: 03-05-2010, 08:35 AM
  3. Columns in a Listbox
    By craigalaniz in forum Access
    Replies: 3
    Last Post: 01-07-2010, 01:11 PM
  4. Cancel listbox selection
    By vba-dev in forum Access
    Replies: 0
    Last Post: 10-26-2009, 12:18 PM
  5. adding list to a listbox
    By jetrow in forum Access
    Replies: 0
    Last Post: 08-15-2006, 03:36 AM

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