I have a main form (job form) with a materials list (continous form subfrom). Each record in the subform record is an item in the materials list including item, quantity, color, cost, etc. The user has a combo box to call that materials list an "estimate" or "order"
I want to have a button to copy that same materials list (all of the items in the continuos form under that job number in the main form). For instance, the list might be an "estimate" and I want the user to easily copy that materials list and call it an "order".
If this is done with an append query, I can't quite figure it out. What do you think.
I want to have a button to copy that same materials list (all of the items in the continuos form under that job number in the main form). For instance, the list might be an "estimate" and I want the user to easily copy that materials list and call it an "order".
If this is done with an append query, I can't quite figure it out. What do you think.