Repopulate 2nd Drop down list based on 1st DDL value

  • Thread starter Thread starter axapta
  • Start date Start date
A

axapta

Hi Group,
How can I limit a second drop-down list box based on a selected value in the
first drop down list box. Using vb.net

Regards
 
Hi Group,
How can I limit a second drop-down list box based on a selected value in the
first drop down list box.  Using vb.net

Regards


Hi,
You'd better describe more what you mean. I assume you mean a Combobox
by calling Drop-down list which is a style. How do you want to limit 2
comboboxes and what to limit?

Thanks,

Onur Güzel
 
Hi
First drop dpwn list box contains:
code value
ABC 123
ABC 456
ABC 789
FGH 123
If user selects record one - i.e. ABC 123, I want the records in DDL box two
to display only the records that match the code value in DDL box 1 i.e. code
ABC. The tables are normalised so basically I want to show records in DDL
box 2 where the codevalue(sublistggroup) of DDL box 1 = the code value
(sublist2)of the records in DDL box 2.

Regards

Hi Group,
How can I limit a second drop-down list box based on a selected value in
the
first drop down list box. Using vb.net

Regards


Hi,
You'd better describe more what you mean. I assume you mean a Combobox
by calling Drop-down list which is a style. How do you want to limit 2
comboboxes and what to limit?

Thanks,

Onur Güzel
 
Back
Top