D
David
I have two comboxes and I would like the user to select a value and based off
that value second combox is filtered with certain results. So, I created two
comboxes based of tables values. Here is how I set them up.
Combox 1
Field Name TOT
Placement Test
ESL Placement Test
ATB
Combox 2
Row 1 (TOT1) Row 2(TOT2)
English and Reading Placement Test
English Retest Placement Test
Reading Retest Placement Test
ESL Test ESL Placement Test
ESL Retest ESL Placement Test
ATB Test ATB
ATB Retest ATB
So, for example if the student selects Placement Test form Combox1 then the
list for combox2 would list "English and Reading", "English Retest", and
"Reading Retest"
I was trying some basic code but I had no luck
DoCmd.ApplyFilter , "ToT2 = 'me.combox1'"
Thank you all that take a look at this.
that value second combox is filtered with certain results. So, I created two
comboxes based of tables values. Here is how I set them up.
Combox 1
Field Name TOT
Placement Test
ESL Placement Test
ATB
Combox 2
Row 1 (TOT1) Row 2(TOT2)
English and Reading Placement Test
English Retest Placement Test
Reading Retest Placement Test
ESL Test ESL Placement Test
ESL Retest ESL Placement Test
ATB Test ATB
ATB Retest ATB
So, for example if the student selects Placement Test form Combox1 then the
list for combox2 would list "English and Reading", "English Retest", and
"Reading Retest"
I was trying some basic code but I had no luck
DoCmd.ApplyFilter , "ToT2 = 'me.combox1'"
Thank you all that take a look at this.