Column heads with user defined listbox

M

Marios

Is is possible, in Access 2k, to have Column Heads in a user defined list box?
If so, how?

I figured that my listbox function would return the headings on acLBGetValue
calls for row zero, but having turned on ColumnHeads the function never gets
called with row = 0, 1 is the first one, and the list box appears with empty
column headers.

(I did add one to the return for acLBGetRowCount, and my list box works fine
otherwise :)

Thanks
Marios
 
Top