K
kealaz
Hello,
I have two tables and here is what they look like.
tblPOTODO
PARTNO
MANUF1
MANUF1PN
MANUF2
MANUF2PN
MANUF3
MANUF3PN
tblBUY
PARTNO
MANUF
VENDORNAME
My form [frmPOTODO_process] brings in the information from tblPOTODO. The
user can choose which manuf of the part to purchase. Once that selection is
made, then a combo box is populated with the vendors that sell that manuf
part, and the user can choose which vendor to purchase the part from. Then,
the information... PARTNO, ONE of the MANUF and the VENDOR... is written to
tblBUY. My purchase order subform gets it's information from tblBUY.
Most... or a lot of the above is working right now. My questions is... how
do I get my form to delete the record from tblPOTODO once I have selected the
manuf and vendor and passed that information to tblBUY?
Please be specific and I am REALLY a novice.
Thank you so much for your time and consideration with this!!!
I have two tables and here is what they look like.
tblPOTODO
PARTNO
MANUF1
MANUF1PN
MANUF2
MANUF2PN
MANUF3
MANUF3PN
tblBUY
PARTNO
MANUF
VENDORNAME
My form [frmPOTODO_process] brings in the information from tblPOTODO. The
user can choose which manuf of the part to purchase. Once that selection is
made, then a combo box is populated with the vendors that sell that manuf
part, and the user can choose which vendor to purchase the part from. Then,
the information... PARTNO, ONE of the MANUF and the VENDOR... is written to
tblBUY. My purchase order subform gets it's information from tblBUY.
Most... or a lot of the above is working right now. My questions is... how
do I get my form to delete the record from tblPOTODO once I have selected the
manuf and vendor and passed that information to tblBUY?
Please be specific and I am REALLY a novice.
Thank you so much for your time and consideration with this!!!