The column numbers start from 0, so if you want to refer to the second
column, surname, you need to use that
Me.[ComboName].Column(1)

Signature
If I answered your question, please mark it as an answer. That way, it will
stay saved for a longer time, so other can benifit from it.
Good luck
> I have a combo-box on a form with 3 columns, ID (primary key), surname,
> forename and have column widths of 0;2cm;2cm... hiding the primary key for
[quoted text clipped - 8 lines]
>
> Thanks
Widemonk - 26 Oct 2005 14:19 GMT
Yeah that i've got, but the filter function in the context menu is
disabled... and thats what i'd like.
> The column numbers start from 0, so if you want to refer to the second
> column, surname, you need to use that
[quoted text clipped - 13 lines]
> >
> > Thanks