B
Bobby.Dannels
I have a form "Input" that is linked to a table "Data Table". On the
form is a command button "IssuePart". When I click this button I want
it to subtract the number in the text box "IssueParts" from the O/H
field of the current record. There is another Table "QtyUsed". I want
a new record made in that table. I want the fields "NSN"
"Nomenclature" and "LOC" copied from the current record, and I want
the number in "IssueParts" to be put in the field "Q/U" and I want the
current date and time to be added to the "Date" field. Can someone
please help me with the code for this.
form is a command button "IssuePart". When I click this button I want
it to subtract the number in the text box "IssueParts" from the O/H
field of the current record. There is another Table "QtyUsed". I want
a new record made in that table. I want the fields "NSN"
"Nomenclature" and "LOC" copied from the current record, and I want
the number in "IssueParts" to be put in the field "Q/U" and I want the
current date and time to be added to the "Date" field. Can someone
please help me with the code for this.