I have 2 dropdowns on my screen. One is for cust_code and the other is for svc_code. A given cust_code can have multiple svc_code values. Hence, when a cust_code value is selected from the dropdown, then the svc_code dropdown need to be refreshed and be populated with the values that are valid for the selected cust_code. How can I do it???
I can provide more details, if needed. Please help.
Both the cust_code/svc_code combination form a primary key in table customer.
I can provide more details, if needed. Please help.
Both the cust_code/svc_code combination form a primary key in table customer.