G
Guest
I have a very weird case, which I have no idea how anything I do could be
causing. So, I'd wonder if it seems like an Acccess bug and whether there is
a workaround.
I have a form, which is a continuous form with a number of unbound controls
(combo boxes and such) in the form header.
In "AfterUpdate" handler for combo boxes in the header I select a new Record
Source for that form. That works fine as long as the record source is
returning at least one record. However, if I select such Record Source that
it does not return any records, ... the combo box control I've just picked
gets cleared instead of having the new value I've just picked! Moreover, if
I just ... move the window with the form off-screen and back on-screen (so
that the combo box needs repaiting), the combo box now happily has the new
value.
Any ideas?
- Igor
causing. So, I'd wonder if it seems like an Acccess bug and whether there is
a workaround.
I have a form, which is a continuous form with a number of unbound controls
(combo boxes and such) in the form header.
In "AfterUpdate" handler for combo boxes in the header I select a new Record
Source for that form. That works fine as long as the record source is
returning at least one record. However, if I select such Record Source that
it does not return any records, ... the combo box control I've just picked
gets cleared instead of having the new value I've just picked! Moreover, if
I just ... move the window with the form off-screen and back on-screen (so
that the combo box needs repaiting), the combo box now happily has the new
value.
Any ideas?
- Igor