so i'm addressing a problem ive been working on for a month or so, here goes:
i have 2 cbo's on my form, one of which has a list of values:
a
b
c
d
e
f
The second box is a list of possible suffixes for each possible value in box 1. so we'll say its 1, 2, 3, 4, 5
if a can only hae 1, 3, and 5 as suffix, and b can only have 2, 4, 5, so on and so forth, i need to populate list two with a query filtering out only instances where the value is true....lemme example:
the query looks something like this
a 1
a 3
a 5
b 2
b 4
b 5
so my query criteria under column one reads
[Forms]![frmPersonnel]![cboOfficerPAFSC]
I think i'm on the right track. i've been trying to emulate a sample code ancientone pumped out for me a month or two ago, but i'm afraid i can't adapt it to my needs quite right while still maintaining functionality.
if i'm being clear in what i'm trying to do, can anyone help?
i have 2 cbo's on my form, one of which has a list of values:
a
b
c
d
e
f
The second box is a list of possible suffixes for each possible value in box 1. so we'll say its 1, 2, 3, 4, 5
if a can only hae 1, 3, and 5 as suffix, and b can only have 2, 4, 5, so on and so forth, i need to populate list two with a query filtering out only instances where the value is true....lemme example:
the query looks something like this
a 1
a 3
a 5
b 2
b 4
b 5
so my query criteria under column one reads
[Forms]![frmPersonnel]![cboOfficerPAFSC]
I think i'm on the right track. i've been trying to emulate a sample code ancientone pumped out for me a month or two ago, but i'm afraid i can't adapt it to my needs quite right while still maintaining functionality.
if i'm being clear in what i'm trying to do, can anyone help?