I work for a MFG company. I am in the process of updating a sale database... I have the saleItem for all the items on a sale. Each saleItem has parts assigned to it, and work assigned to it. What I need to do is create a way to copy sale items since 2 sale items can be very similar, and later on create a way to copy sales, since sales and their saleItems can be similar.
I thought about doing it though recordsets and loops, but i wasn't sure if there is a better way. The tables are as follows:
sale (saleID,custID,...)
saleItem(siID,saleID,...)
partAssign(partAssignID,siID,partID,quantity,...)
workAssign(workAssignID,siID,workCoID,hours,...)
Any help is appreciated.
Andrew
a.k.a. Dark Helmet
"What's the matter Colonel Sandurz? Chicken?
I thought about doing it though recordsets and loops, but i wasn't sure if there is a better way. The tables are as follows:
sale (saleID,custID,...)
saleItem(siID,saleID,...)
partAssign(partAssignID,siID,partID,quantity,...)
workAssign(workAssignID,siID,workCoID,hours,...)
Any help is appreciated.
Andrew
a.k.a. Dark Helmet
"What's the matter Colonel Sandurz? Chicken?