B
Bob Richardson
My form (datasheet view) has 2 combo boxes. The value picked in ComboA
changes the values that are permitted in ComboB. The RowSource of ComboB is
Q_ClassPick (which of course uses a CombA value). When I first enter the
form, I can choose any row and the comboB values will be correct for that
row. Unfortunately, the Combo B values for OTHER ROWS will also be based on
the ComboA values FOR THE FIRST ROW ENTERED! If I first change a value in
Combo A, before using Combo B, then go to Combo B, it works. Of course using
Combo B on other rows of the datasheet will then be incorrectly limited by
the value in ComboA on the first line accessed.
Is there a Requery or some other method that will solve this problem? Thank
you.
changes the values that are permitted in ComboB. The RowSource of ComboB is
Q_ClassPick (which of course uses a CombA value). When I first enter the
form, I can choose any row and the comboB values will be correct for that
row. Unfortunately, the Combo B values for OTHER ROWS will also be based on
the ComboA values FOR THE FIRST ROW ENTERED! If I first change a value in
Combo A, before using Combo B, then go to Combo B, it works. Of course using
Combo B on other rows of the datasheet will then be incorrectly limited by
the value in ComboA on the first line accessed.
Is there a Requery or some other method that will solve this problem? Thank
you.