Results 1 to 2 of 2
  1. #1
    RANCHLAW56 is offline Novice
    Windows XP Access 2003
    Join Date
    Dec 2010
    Posts
    13

    Multiple column display on form

    Is there a way to display multiple columns in a combo box after selection?



    I have a combo box which contains 4 columns and displays 3 columns during the selection process but only displays the first visible column when a selection is made.

    If it is not possible, is there a way to post the remaining 2 columns into two additional text boxes on the same form?


    Access 2007

    table consists of : id, statute, description, level

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    No to the first, yes to the second:

    =ComboboxName.Column(x)

    where x is the number of the column you want to display. Some people add a concatenated column to the combo rowsource to get it to display more than one.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Replies: 2
    Last Post: 08-19-2010, 09:33 AM
  2. Replies: 5
    Last Post: 06-19-2010, 07:55 PM
  3. Replies: 0
    Last Post: 12-14-2009, 09:57 PM
  4. Report to display multiple records by date.
    By af01waco in forum Reports
    Replies: 1
    Last Post: 03-21-2009, 02:12 PM
  5. Display and Empower Multiple Subforms
    By Schwagr in forum Forms
    Replies: 2
    Last Post: 03-28-2006, 03:51 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