I was given a project for my company and need some help on the overall structure of the database and some help with macro.
Project overview:
My company wants to track the amount of parts produced on a specific die. I work in a forging plant and we have a verity of dies that produce specific parts. A little background on forging. Dies are given a certain number of parts it can produce before the die cavity begins to expand causing the parts produce to fall out of spec. The number of parts it can produce is referred to as its (Die life) and once the cavity begins to expand its referred to as (washed out) once the cavity is washed out the die block is then machined to sink the cavity about .1 deeper into the block, this is called (re-sinking). Now that that is explained let me get into the chunk of the project.
1.Identifying the specific Die blocks:
Every part produce has a part number example-0000F. Every die block number indexes once it has been resunk. There is a maximum of 4 die blocks that make the same part. The format for the die block looks like this (#-#-Letter) The first number indicates how many times that die block has been replaced. After so many resinks the die is not thick enough to withstand the force and has to be scrapped out. The second number indicates how many resinks have been machined on that specific die Block. The letter indicates how many dies relate to a specific part number. For example lets just say we are on the second die block and its been through 4 resinks and there is 2 dies that make the same part. on the side of the die it would look like 2-4-A. And lets say the second die is on its 4th die block with 2 resinks it would look like 4-2-B. The main point in explaining this in detail is that I need to come up with a code to auto increment this number once the die has been resunk or scrapped out.
2. Tracking the life of the die:
Our operators keep count on how many parts they produce per shift. This number needs to be imputed into the database and totaled. Once the total number is greater then its die life there needs to be an email sent to our machine shop letting them know a die is ready to be picked up and machined.
Summary:
Basically what i need is the code to index the numbers, a way to tell once the die has reached its die life. forms to input the data into a table. I have intermediate knowledge of Access and SQL but need some guidance and suggestions on how this database will be set up. Thanks for reading!