G
Guest
I'm trying to create a Bill of Material database. One of the functions in
this is the use of an append query that takes the parts that were checked-off
in a subform and add them to the kit number. The record set for the
selection from the part list is [selected (Y/N), partnumber (text), quantity
(integer)] and the kit number record set is [kitnumber (text), partnumber
(text), quantity (text)]. I wanted the entered kit number to be added to the
front of all the selected parts from the part list, but the append query only
allows for appending from other tables, not from text boxes on forms. Can
anyone recommend a way to associate the kit number with all of the selected
record sets before appending the data to the kitnumber table? Any advice
provided will be guaranteed to put you much closer to Santa's "nice" list.
this is the use of an append query that takes the parts that were checked-off
in a subform and add them to the kit number. The record set for the
selection from the part list is [selected (Y/N), partnumber (text), quantity
(integer)] and the kit number record set is [kitnumber (text), partnumber
(text), quantity (text)]. I wanted the entered kit number to be added to the
front of all the selected parts from the part list, but the append query only
allows for appending from other tables, not from text boxes on forms. Can
anyone recommend a way to associate the kit number with all of the selected
record sets before appending the data to the kitnumber table? Any advice
provided will be guaranteed to put you much closer to Santa's "nice" list.