+ Reply to Thread
Results 1 to 3 of 3

headings in a combo box

  1. #1
    JT
    Guest

    headings in a combo box

    Can a combo box display headings or do you have to have
    labels on a form above the combo box for the headings?

    Thanks

  2. #2
    Juan Pablo González
    Guest

    Re: headings in a combo box

    If you set the items of the combobox in a range, with the heading in the
    first row of the range, you can use the RowSource property to link to that
    range, and then set the ColumnHeads property to True.

    --
    Regards

    Juan Pablo González

    "JT" <anonymous@discussions.microsoft.com> wrote in message
    news:119801c50ec9$fed451f0$a601280a@phx.gbl...
    > Can a combo box display headings or do you have to have
    > labels on a form above the combo box for the headings?
    >
    > Thanks




  3. #3
    Tom Ogilvy
    Guest

    Re: headings in a combo box

    Set the columnheads property to true,
    but this will only work if the box if filled using the rowsource or
    listfillrange properties (the control is databound). Then it gets its
    heading from the row above the range assigned.

    --
    Regards,
    Tom Ogilvy

    "JT" <anonymous@discussions.microsoft.com> wrote in message
    news:119801c50ec9$fed451f0$a601280a@phx.gbl...
    > Can a combo box display headings or do you have to have
    > labels on a form above the combo box for the headings?
    >
    > Thanks




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1