Dear Friends;
I have a problem in drop down list, well I have two tables which i want to prepare a store database.
I have two tables;
in table code below are introduced:
Consumption Group: Con-001
Con-002
Fixed groups : Fix-001
Fix-002
Raw materials : RAW-001
: RAW-002
in table M_Code below are introduced:
Categories: "Consumptio n" or "Fixed" or "Raw Material"
Code:Con-001 or fix-001
Name: book, note book or whatever
Description:
Note, I have introduced many codes for fixed, consumption and raw materials nearly 1000 code for each group.
Now what i want to do is, that in M_code table when I select any of three category the related codes which are belongs to that category appear.
Please help me.
I have a problem in drop down list, well I have two tables which i want to prepare a store database.
I have two tables;
in table code below are introduced:
Consumption Group: Con-001
Con-002
Fixed groups : Fix-001
Fix-002
Raw materials : RAW-001
: RAW-002
in table M_Code below are introduced:
Categories: "Consumptio n" or "Fixed" or "Raw Material"
Code:Con-001 or fix-001
Name: book, note book or whatever
Description:
Note, I have introduced many codes for fixed, consumption and raw materials nearly 1000 code for each group.
Now what i want to do is, that in M_code table when I select any of three category the related codes which are belongs to that category appear.
Please help me.
Comment