J
Joe
Hello again group. I have posted before and someone has always been able to
lead me to a solution, so here I go again...
Let me say that I know the current "design", if you can call it that, is
terrible. Not my fault, I swear. I inherited this mess and am just trying to
bring it up to speed. I have managed to clean up the majority but there are
this 1 table that is killing me.
THE Table (Process Control) - [PID] is FK to relate to (Parts) table, and
then there are 17 fields which hold "Process Flow" information, as in
[Process 1],[Process 2],...[Process 17]. Of the 17 fields, some are used,
most are not...and I stopped counting the different processes we perform at
40.
Examples:
Part#1, Inspect Blanks, Process Blanks, Certify Parts, Ship to Customer, and
then 13 fields of blanks because that's the entire process for this
particular part, 4 steps.
Part#2, Order Steel, Do this, do that...uses all 17 fields for processing
steps.
What I ultimately want to accomplish is for users to be able to click a
combo-box which is populated with the processes related to a particular part#
and I don't think you can do that with multple fields (and please correct me
if I'm wrong).
So my question would be, can I populate a combo box with values from
multiple fields?(if so, preferably in code)...or do I have the insanely
tedious and time-consuming task of correctly splitting the "Process Control"
table to look forward to for the next 10 years or so?
As always, your input and insight is greatly appreciated. TIA
lead me to a solution, so here I go again...
Let me say that I know the current "design", if you can call it that, is
terrible. Not my fault, I swear. I inherited this mess and am just trying to
bring it up to speed. I have managed to clean up the majority but there are
this 1 table that is killing me.
THE Table (Process Control) - [PID] is FK to relate to (Parts) table, and
then there are 17 fields which hold "Process Flow" information, as in
[Process 1],[Process 2],...[Process 17]. Of the 17 fields, some are used,
most are not...and I stopped counting the different processes we perform at
40.
Examples:
Part#1, Inspect Blanks, Process Blanks, Certify Parts, Ship to Customer, and
then 13 fields of blanks because that's the entire process for this
particular part, 4 steps.
Part#2, Order Steel, Do this, do that...uses all 17 fields for processing
steps.
What I ultimately want to accomplish is for users to be able to click a
combo-box which is populated with the processes related to a particular part#
and I don't think you can do that with multple fields (and please correct me
if I'm wrong).
So my question would be, can I populate a combo box with values from
multiple fields?(if so, preferably in code)...or do I have the insanely
tedious and time-consuming task of correctly splitting the "Process Control"
table to look forward to for the next 10 years or so?
As always, your input and insight is greatly appreciated. TIA