How to not show one column's heading in a multicolumn listbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TravelingCat
    New Member
    • Feb 2010
    • 82

    How to not show one column's heading in a multicolumn listbox

    Hello,
    I'm wondering whether it's possible to not show one specific column's heading in a listbox, does anyone know?
    My column heads property is set to yes, but there's one column, ordinal number, and i want its heading to be empty.
  • MrDeej
    New Member
    • Apr 2007
    • 157

    #2
    You can do it in the sql of the combox

    Example:

    Select field1,field2,f ield3 as ' ' from table [bla bla bla]

    Comment

    Working...