Hello
I have a table name Product
1.ProductCode
2. ProductName
Product Sub Table
1.ProductCode
2.ProductGrade
The ProductCode are same forexample there is one Product named ABC and its code is 001
This Product has 3 different grades i.e
001 ABC 123
001 ABC 456
001 ABC 789
Now i want that when i select ABC the other combobox should only populate values 123, 456 and 789
How can i achieve this??
I have a table name Product
1.ProductCode
2. ProductName
Product Sub Table
1.ProductCode
2.ProductGrade
The ProductCode are same forexample there is one Product named ABC and its code is 001
This Product has 3 different grades i.e
001 ABC 123
001 ABC 456
001 ABC 789
Now i want that when i select ABC the other combobox should only populate values 123, 456 and 789
How can i achieve this??
Comment