S
smk23
Is there a way to designate the name of a column rather than the index
position on a combobox column, i.e.
Me.cboMybox.Column("columnName")
rather than
Me.cboMybox.Column(2)
Thanks!!
Sam
position on a combobox column, i.e.
Me.cboMybox.Column("columnName")
rather than
Me.cboMybox.Column(2)
Thanks!!
Sam