(Note: It looks like this post is old, but still useful for those having this same problem)
Me.cmbxItemsList.SetFocus
Me.cmbxItemsList = Me.cmbxItemsList.ItemData(0)
I wanted to make this happen at Form Load. Therefore, I placed the above code in the form load function. In addition, at...