M
Mishanya
In my form I have 34 combo-boxes wich lists are filtered by using the
relative previous combo-boxes' values as a criteria in its queries (like
[Forms]![FormName]![PreviosControlName]).
Each of them also has OnEnter event Me.ControlName.Requery to filter its
lists on entry.
Each combo-box result value is stored in a table.
Now, every time change the form recordset (by cboSelectRecordset), I don't
see a few combo-boxes' values, as if they were not saved. But they do exist
in the control sources' table. Moreover, when I "click" the "empty" boxes,
its values do appear as if they "wake up".
There is no consistent pattern in this behavior - sometmes all the boxes are
populated, other times half of them are "asleep".
I've solved the problem explicitly by putting the Requery command for every
box in the cboSelect AfterUpdate event, but I don't like this solution.
I wonder if there is some Access restriction on how many criteria references
one may put in the same form, or there is another problem with it?
relative previous combo-boxes' values as a criteria in its queries (like
[Forms]![FormName]![PreviosControlName]).
Each of them also has OnEnter event Me.ControlName.Requery to filter its
lists on entry.
Each combo-box result value is stored in a table.
Now, every time change the form recordset (by cboSelectRecordset), I don't
see a few combo-boxes' values, as if they were not saved. But they do exist
in the control sources' table. Moreover, when I "click" the "empty" boxes,
its values do appear as if they "wake up".
There is no consistent pattern in this behavior - sometmes all the boxes are
populated, other times half of them are "asleep".
I've solved the problem explicitly by putting the Requery command for every
box in the cboSelect AfterUpdate event, but I don't like this solution.
I wonder if there is some Access restriction on how many criteria references
one may put in the same form, or there is another problem with it?