Setting focus for combo box control

  • Thread starter Thread starter ctdak
  • Start date Start date
C

ctdak

Since the SetFocus method doesn't work with combo box controls, how do you
programatically do this for a combo box?
 
That is correct. This is in a form BeforeUpdate event procedure. Your exact
sample construct gives a compile error. If I use "Me!cboName.SetFocus" then
I get a run time error 438 - "object doesn't support this property or method".

The combo box in this case has a value list. Maybe that has something to do
with it.

ctdak
 
Back
Top