P
Paul Cooper
Ok, say I have two tables
<Problem> <Priority>
Problem_class --> Priority_class
Problem_Data_1 etc Priority_desc
I'm using a combo box, populated with every priority_desc
from Priority, highlighting the chosen problem_class from
Problem (plus lots of other data from Problem). If I use
the combo box to change the priority_desc, it changes the
Priority_desc in Priority, rather than updating
Problem_class in Problem - How can I get the combo box to
change the value in Problem, not in Priority??
<Problem> <Priority>
Problem_class --> Priority_class
Problem_Data_1 etc Priority_desc
I'm using a combo box, populated with every priority_desc
from Priority, highlighting the chosen problem_class from
Problem (plus lots of other data from Problem). If I use
the combo box to change the priority_desc, it changes the
Priority_desc in Priority, rather than updating
Problem_class in Problem - How can I get the combo box to
change the value in Problem, not in Priority??