I have an unbound form with a combo box that lists item numbers. The row source for the combo box is a lookup query.
I started with using the following to at least get the box to always display the first item either on Form Load or on Got Focus (this works fine):
Me.cboItem = Me.cboItem.ItemData(0)
What I want to do is make the first row (index 0) display “Please choose an item…” with the rest of the items following.
I have done this in other languages but can’t figure it out for Access.
Does anyone know how to do this?
I started with using the following to at least get the box to always display the first item either on Form Load or on Got Focus (this works fine):
Me.cboItem = Me.cboItem.ItemData(0)
What I want to do is make the first row (index 0) display “Please choose an item…” with the rest of the items following.
I have done this in other languages but can’t figure it out for Access.
Does anyone know how to do this?