H
hunarch via AccessMonster.com
Cascading combo boxes and the considerable help in this Forum and its links
to examples on other web sites have overtaxed me.
I have a table with 3 fields: [Bvl], [Auth] and [Crit]
Using a query, the available field values have been limited to:
[Y] and [N] for [Bvl];
[A] and for [Auth]; and
[3] and [5] for [Crit].
[A] and each correspond with each of [Y] and [N].
[5] corresponds with [Y].[A] and [N].[A] AND [Y].
[3] corresponds only with [[N].
In other words, the choice of combinations are: [Y].[A].[5]; [Y].[B.[5]; [N].
[A].[5] and [N]..[3]
I want Combo2, incorporating the [Auth] and [Crit] fields to depend upon
Combo1 which incorporates the [Bvl] field. In other words, in Combo 2, I want
to select either A or B if Y is selected in Combo1, or A or B if N is
selected, and to have 3 or 5 displayed accordingly.
How should this be done?
Apologies for the non-technical description.
to examples on other web sites have overtaxed me.
I have a table with 3 fields: [Bvl], [Auth] and [Crit]
Using a query, the available field values have been limited to:
[Y] and [N] for [Bvl];
[A] and for [Auth]; and
[3] and [5] for [Crit].
[A] and each correspond with each of [Y] and [N].
[5] corresponds with [Y].[A] and [N].[A] AND [Y].
[3] corresponds only with [[N].
In other words, the choice of combinations are: [Y].[A].[5]; [Y].[B.[5]; [N].
[A].[5] and [N]..[3]
I want Combo2, incorporating the [Auth] and [Crit] fields to depend upon
Combo1 which incorporates the [Bvl] field. In other words, in Combo 2, I want
to select either A or B if Y is selected in Combo1, or A or B if N is
selected, and to have 3 or 5 displayed accordingly.
How should this be done?
Apologies for the non-technical description.