Hello!
I own a small manufacturing company which I am trying to organize using an Access 2010 database. I manufacture parts from coils of steel which are fed through a die which stamps out the parts. The die can produce numerous different parts depending on the length of steel fed into the die.
I am trying to construct a form to track how many of each part is made and from which die and coil of steel the part comes from. I'm trying to make a continuous form. In the header I have unbound combo boxes for the die "cmbDie" and for the steel coil "cmbTag" and an unbound text box for the date "txtDate".
In the detail section of the form I have a combo box for the part "cmbPart" and a text box for the number of parts made "txtQuantity".
The parts and quantities are stored in the table "tblPartsStamped". The table has five columns: MadeOn, Die, Tag, Part, Quantity.
I can enter the part numbers and quantities fine with the form but I don't know how to get the unbound data for the die,steel coil, or the date into the table. If anyone can give me some direction I would really appreciate it. Thanks!
Rich
I own a small manufacturing company which I am trying to organize using an Access 2010 database. I manufacture parts from coils of steel which are fed through a die which stamps out the parts. The die can produce numerous different parts depending on the length of steel fed into the die.
I am trying to construct a form to track how many of each part is made and from which die and coil of steel the part comes from. I'm trying to make a continuous form. In the header I have unbound combo boxes for the die "cmbDie" and for the steel coil "cmbTag" and an unbound text box for the date "txtDate".
In the detail section of the form I have a combo box for the part "cmbPart" and a text box for the number of parts made "txtQuantity".
The parts and quantities are stored in the table "tblPartsStamped". The table has five columns: MadeOn, Die, Tag, Part, Quantity.
I can enter the part numbers and quantities fine with the form but I don't know how to get the unbound data for the die,steel coil, or the date into the table. If anyone can give me some direction I would really appreciate it. Thanks!
Rich