Hi All
My case is quite simple. Raw material is turned into a finished product. This could then be stored (or not) and at a later date (or the same day) be processed into a further finished products. The db will have to describe the entire production path and packaging and finally show stocks and WIP.
This will have to be integrated with barcode and scanning to ensure minimal effect on production. I will leave this problem for when I understand how the db should be working.
I think that a tblProductDetails should be able to cover my needs if a field exists to relate to previous product and a Boolean to indicate the current state. Then by using a same table query (one table for each stage of production) – I should be able to map out the production and by using the Boolean field it will be able to identify current situation.
The alternative would be a table for each production stage (but more tables never sounds like a good idea to me).
I would really like to see a sample of an mdb that tracks production just to see if I’m on the right track. Any feedback would be appreciated.
Thanks in advance
Stew
My case is quite simple. Raw material is turned into a finished product. This could then be stored (or not) and at a later date (or the same day) be processed into a further finished products. The db will have to describe the entire production path and packaging and finally show stocks and WIP.
This will have to be integrated with barcode and scanning to ensure minimal effect on production. I will leave this problem for when I understand how the db should be working.
I think that a tblProductDetails should be able to cover my needs if a field exists to relate to previous product and a Boolean to indicate the current state. Then by using a same table query (one table for each stage of production) – I should be able to map out the production and by using the Boolean field it will be able to identify current situation.
The alternative would be a table for each production stage (but more tables never sounds like a good idea to me).
I would really like to see a sample of an mdb that tracks production just to see if I’m on the right track. Any feedback would be appreciated.
Thanks in advance
Stew