Run-time error '2110'

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i could find no relevant postings on this so i decided i'd start a thread.

the first time i enter data into this field (irb number), it works like a
charm. when i attempt to change the data in it (from the combobox's lookup
list), i get the message above telling me it can't move the focus to the
control SponsorIDNumber.
SponsorIDNumber is also a combobox and its property is locked and unenabled.

anyone out there willing to shed some light?

-ted
 
You can't move the focus to a control that is not enabled. You should first
enable the control before moving the focus to it.
 
Back
Top