Can a combo box display headings or do you have to have
labels on a form above the combo box for the headings?
Thanks
Can a combo box display headings or do you have to have
labels on a form above the combo box for the headings?
Thanks
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
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks