I think I may have been going about this the wrong way, so I'll see what you all think would be best.
I need to make a system that tracks the time required to make a part, as well as a way to check the current status/location in our warehouse. Additionally, it needs to be an easy to use frontend, as any data entered will be coming from a barcode scanner.
So the fields I want are: Order Number, Part Number, Employee ID, Item Location, Start Time, and Finish Time.
What is the best way to collect this data? I've been advised to use three separate tables (Orders, Items, and Times) but I'm not sure how to link them together.
Any suggestions?
Thanks!
I need to make a system that tracks the time required to make a part, as well as a way to check the current status/location in our warehouse. Additionally, it needs to be an easy to use frontend, as any data entered will be coming from a barcode scanner.
So the fields I want are: Order Number, Part Number, Employee ID, Item Location, Start Time, and Finish Time.
What is the best way to collect this data? I've been advised to use three separate tables (Orders, Items, and Times) but I'm not sure how to link them together.
Any suggestions?
Thanks!