G
Guest
We are a custom manufacturer. Customers send us their PO which includes
quantity, manufacturing specifications, and other details. After reviewing
the PO's, our production planning department "converts" these POs into
"Jobs", which include the necessary internal instructions for our own
production floor. Sometimes more than one PO (from the same customer) is
included on the same Job Number. And sometimes a single PO is split up into
multiple jobs, each with its own unique Job Number.
So there is a many to many join between Job Numbers and PO numbers. I have
set this up (properly I believe) with an intermediate table containing
JobNumber and POnumber.
Here is my first challenge: I would like to devise a main form for entering
the job number and other fields in the job table. I want a dropdown list that
allows the user to select one or more PO numbers (previously entered into the
PO table) to associate with that job. I am struggling with the exact form of
control for this, and how to set it up.
Art
quantity, manufacturing specifications, and other details. After reviewing
the PO's, our production planning department "converts" these POs into
"Jobs", which include the necessary internal instructions for our own
production floor. Sometimes more than one PO (from the same customer) is
included on the same Job Number. And sometimes a single PO is split up into
multiple jobs, each with its own unique Job Number.
So there is a many to many join between Job Numbers and PO numbers. I have
set this up (properly I believe) with an intermediate table containing
JobNumber and POnumber.
Here is my first challenge: I would like to devise a main form for entering
the job number and other fields in the job table. I want a dropdown list that
allows the user to select one or more PO numbers (previously entered into the
PO table) to associate with that job. I am struggling with the exact form of
control for this, and how to set it up.
Art