Ok...I'm new to this forum so here is my dilema. I've created a Database to keep track of inventory in my warehouse. I need to create a form that will in newbie terms "Cut" a record from one table, "Paste" it into another table as well as add information to the record at the same time. So for example: I have a ProcessedMaterial table. My records look like this: BOXID, GrossWt, TareWt, NetWt, Location, Date Processed, Machine, Customer, Operator, Notes. When I ship this item I need to move it to a ShippedItem table as well as add fields for: Shipping Date and Shipped To.
Can anyone out there please give me some direction. I'm lost.
Thank you