J
John
Access V97.
I have a 5 to 8 row combo box [cboOC1] with column heads.
I do a gotocontrol to [cboOC1] and also a dropdown.
Everything OK to this point.
This leaves the selection on the header row, so the user has
to cursor down (down arrow) one time before an actual selection
is highlited.
I would like to place the selection on the first actual selection.
Looks like the Selected property is what I need, but that's
for listboxes.
Is there a method to do this for a combo?
Thankyou
John
I have a 5 to 8 row combo box [cboOC1] with column heads.
I do a gotocontrol to [cboOC1] and also a dropdown.
Everything OK to this point.
This leaves the selection on the header row, so the user has
to cursor down (down arrow) one time before an actual selection
is highlited.
I would like to place the selection on the first actual selection.
Looks like the Selected property is what I need, but that's
for listboxes.
Is there a method to do this for a combo?
Thankyou
John