L
Ling
I have a combo box( cmbCustomerCode) which is suppossed to
show all the names of a customers.
But now, I would like to have the first row of the
combobox to be 'All'.
I do not want to manually type all the customers' names
and insert them as a value list of the combobox as it
would not be dynamic that way. (New customers added into
the database would not show up in the combobox)
Should i try AddItem()?or is there other ways to do it?
Thanx for your help...
Ling
show all the names of a customers.
But now, I would like to have the first row of the
combobox to be 'All'.
I do not want to manually type all the customers' names
and insert them as a value list of the combobox as it
would not be dynamic that way. (New customers added into
the database would not show up in the combobox)
Should i try AddItem()?or is there other ways to do it?
Thanx for your help...
Ling