L
Lars Gustavsson
I have an Access 97 form which have a navigation Combo on form. I
would like to use it as a quick selection tool for jumping to the
record I want. The Combo is unbound, and have no Control Source or Row
Source set. In Form Current event, I set the property, Combo.RowSource
= Me.Control & Me.Filter, whick seems to populate the Combo contents
in the right way I want anyway.
My problem is that I can't select any from the Combo because no
AfterUpdate Event fires. Not even the Click event will fire. The Combo
is unbound. The Combo drops down ok but I can't select any value from
it either.
I would appreciate if anyone could clarify why no event will fire.
TIA
/Lars
would like to use it as a quick selection tool for jumping to the
record I want. The Combo is unbound, and have no Control Source or Row
Source set. In Form Current event, I set the property, Combo.RowSource
= Me.Control & Me.Filter, whick seems to populate the Combo contents
in the right way I want anyway.
My problem is that I can't select any from the Combo because no
AfterUpdate Event fires. Not even the Click event will fire. The Combo
is unbound. The Combo drops down ok but I can't select any value from
it either.
I would appreciate if anyone could clarify why no event will fire.
TIA
/Lars