I have a combo box that uses a stored procedure as a row source. It always
starts off blank. How can I have the first item in the list show up
instead?
Thanks,
Wes
----
Private Sub Form_Load()
Me!ComboBox = Me!ComboBox.ItemData(0)
End Sub
----
Ciao
Giorgio
> I have a combo box that uses a stored procedure as a row source. It always
> starts off blank. How can I have the first item in the list show up
> instead?
>
> Thanks,
> Wes
Wes Peters - 27 Jul 2005 17:16 GMT
Works great! Thanks much - Wes
> ----
> Private Sub Form_Load()
[quoted text clipped - 14 lines]
> > Thanks,
> > Wes