RE: combo box default selection

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Me.cboMyCombo.ListIndex = 0

"Kevin R" wrote:

> I have a form with a combo box on it that is populated with items from
> another table. I have it so that it is sorted alphabetically but rather than
> the first item in the list being selected as the default choice, it select
> the first item I entered into the table as the default selection. How do I
> make it always default to the first item in the combo list?
>
> thanks.
.