BarryMurphy
Technical User
I have a DAO database in Access 2000 with a form containing two combo boxes. I have code in the AfterUpdate event procedure of one combo box that tests whether, if there is text in the other combo box, it is compatible with the selection just made in the current combo box. If it is not compatible, I want the text to be cleared. How can I do this? If I try to use SetFocus to go into the other combo and clear it, I get "Run-time error '2110' Microsoft Access can't move the focus to the control ComboName."