"Bobby" <(E-Mail Removed)> wrote in message
news:0d2401c3be57$ee9e2680$(E-Mail Removed)...
.. . .
> After I have added to or edited some entries and then go to the
> program itself, the various drop down boxes are supposed
> to show the entries in alphabetical order but sometimes
> they are not. The names seem to be random at times.
If you fill the drop-downs "long-hand" (i.e. reading from database
and inserting the items in a loop), set the ComboBox's Sorted
property to True.
If the ComboBoxes are data-bound (Yuk!), add an "Order By"
clause to the SQL used to retrieve the values.
HTH,
Phill W.
|