select data in 2nd combo box depending on 1st combo box

suvagich

New member
Local time
Today, 00:34
Joined
Apr 3, 2012
Messages
7
hi,
I want to select values in 2nd dropdown list depend upon the value selected in 1st dropdown list.
so, how to proceed in that???

thanx,
 
Welcome aboard. This is one of the most frequently asked questions. If you search my posts, you'll find a description that I posted describing how "cascading combos" are implemented as well as a sample database that shows a technique that can be used in continuous forms. This post was made within the past two days.
 
hi paul,
as mentioned in linked, i tried...

i am selecting value in forst combo box , depending upon that i am getting number of rows in second combo box but i can not see values in second combo box.

say if i select 1st value in combo box 1, depending upon that i am getting 3 rows in second combo box but values in that three rows are empty...

appreciate ur help....
 
Can you post the db here?
 
Check the definition of the combo. There seems to be a descrepancy between the actual column count and the column count you specified. Or, you could have the width set to 0 for the column that has the data you want to see in the list.
 
thanx Pat...
thanx paul...

Done... Actully width was set to 0..
 

Users who are viewing this thread

Back
Top Bottom