K
kealaz
Hello,
I hope someone can help me with this. THANK YOU in advance for any and all
tips and advice.
I have many tables. The ones that I think are pertinent to this issue are....
tblPOTODO
PART_NO
MANUF1
MANUF1_PN
MANUF2
MANUF2_PN
MANUF3
MANUF3_PN
which represents the part number and 3 possible manufactures of the part and
their respective part numbers.
tblVENDOR
VENDORNAME
ADDRESS
PHONE
FAX
VENDORNO
which lists the vendors that we use
tblMANUF
MANUF
VENDORNAME
VENDORNO
which lists the manufactures that each vendor carries. In this table,
manufacturers are listed multiple times because more than one vendor carries
each manufacturer AND vendors are listed multiple times because vendors carry
multiple manufacturers.
For example, a manuf001 part may be sold by vendor01, vendor 02 and vendor 03.
Additionally, vendor01 may carry parts by manuf001, manuf002 and manuf003.
so, if I have a part number with the following info. (and that part number
is in tblPOTODO)
(our) PART_NO: 1234-5678
MANUF1: manuf001
MANUF1_PN: abc001
MANUF2: manuf002
MANUF2_PN: lmn001
MANUF3: manuf003
MANUF3_PN: xyz001
What I need to do is create a form, or some other format (if there is a
better way than a form) to have my user CHOOSE a manufacturer from the 3
listed as possible options. Once they choose a manufacturer, then I need to
look at my tblMANUF to see which vendor supports that product and give them
those vendor choices (this very likely will be more than 3 options, could be
many vendors)... so that they can select which vendor to purchase this part
from. All of this information needs to be written to tblPOTODO, which is the
table that my Purchase Order gets it's information from.
Thank you so much for your help!
I hope someone can help me with this. THANK YOU in advance for any and all
tips and advice.
I have many tables. The ones that I think are pertinent to this issue are....
tblPOTODO
PART_NO
MANUF1
MANUF1_PN
MANUF2
MANUF2_PN
MANUF3
MANUF3_PN
which represents the part number and 3 possible manufactures of the part and
their respective part numbers.
tblVENDOR
VENDORNAME
ADDRESS
PHONE
FAX
VENDORNO
which lists the vendors that we use
tblMANUF
MANUF
VENDORNAME
VENDORNO
which lists the manufactures that each vendor carries. In this table,
manufacturers are listed multiple times because more than one vendor carries
each manufacturer AND vendors are listed multiple times because vendors carry
multiple manufacturers.
For example, a manuf001 part may be sold by vendor01, vendor 02 and vendor 03.
Additionally, vendor01 may carry parts by manuf001, manuf002 and manuf003.
so, if I have a part number with the following info. (and that part number
is in tblPOTODO)
(our) PART_NO: 1234-5678
MANUF1: manuf001
MANUF1_PN: abc001
MANUF2: manuf002
MANUF2_PN: lmn001
MANUF3: manuf003
MANUF3_PN: xyz001
What I need to do is create a form, or some other format (if there is a
better way than a form) to have my user CHOOSE a manufacturer from the 3
listed as possible options. Once they choose a manufacturer, then I need to
look at my tblMANUF to see which vendor supports that product and give them
those vendor choices (this very likely will be more than 3 options, could be
many vendors)... so that they can select which vendor to purchase this part
from. All of this information needs to be written to tblPOTODO, which is the
table that my Purchase Order gets it's information from.
Thank you so much for your help!