K
kealaz
Hello,
Can I write to two tables using one form? I have a form to add a new part
into our parts system. This form is currently writing to my Parts Log
[tblPARTSLOG].
tblPARTSLOG
PART_NO
DESCRIP
NAME
MANUF
MANUF_PN
I would like it to also create a record in my Inventory Log [tblNVENTORY].
tblNVENTORY
PART_NO
NAME
NO_ON_HAND
COST
VALUE
For the time being, I would like the record in tblNVENTORY to be created
with PART_NO and NAME, the same as entered in the form, with values for the 3
remaining fields to be "0", so that I can go into that table at a later time
and change those values to reflect the amount we have on hand.
Any help with this would be greatly appreciated.
Thanks a bunch!!!
Can I write to two tables using one form? I have a form to add a new part
into our parts system. This form is currently writing to my Parts Log
[tblPARTSLOG].
tblPARTSLOG
PART_NO
DESCRIP
NAME
MANUF
MANUF_PN
I would like it to also create a record in my Inventory Log [tblNVENTORY].
tblNVENTORY
PART_NO
NAME
NO_ON_HAND
COST
VALUE
For the time being, I would like the record in tblNVENTORY to be created
with PART_NO and NAME, the same as entered in the form, with values for the 3
remaining fields to be "0", so that I can go into that table at a later time
and change those values to reflect the amount we have on hand.
Any help with this would be greatly appreciated.
Thanks a bunch!!!