tag:blogger.com,1999:blog-7176045.post-1141738607658624952006-03-07T16:36:00.000+03:002006-04-26T14:30:00.733+04:002006-04-26T14:30:00.733+04:00How to set combobox or listbox to its first itemIf the first column is the bound column – then the code would look like this:<br /><br />Me.Combo1 = Me.Combo1.Column(0, 0)<br /><br />To set a default value of combobox to its first item you can use similar approach:<br /><br />Me.Combo1.DefaultValue = Me.Combo1.Column(0, 0)Alex Dybenkohttp://www.blogger.com/profile/16954512620659022712noreply@blogger.com2