C
C Parkins
I am reposting,
I am new to access and need some help programming an inventory process. Let
me start by saying I don't need help with data table design I have
constraints that don't allow complete re design also I have a large amount of
existing data. I work with steel coils and I use a barcode system to keep up
with inventory. We have a tag system where each coils is assigned a tag #
based on a physical tag when the coil is received. The tag # is 5 digits. In
our processes we make narrower coils from the large coils i.e. a 36 inch wide
coil cuts into 6-six inch coils. each child coil retains the original 5 digit
number but is assigned a alpha suffix so my six coils would be; 12345A,
12345B, 12345C, 12345D, 12345E, 12345F. This I cannot change. I have 2 tables
each with it's own form, one for the large coils and one for the smaller
coils. I want to be able to query for the tag # and then automatically take
the large coil data and add a suffix and change the width and weight and loop
the process until all cuts are recorded. The process varies based on the
width of the large coil and the need for different sizes of small coils we
could cut 2 18 inch coils or 6 - 6 inch coils or 3 - 6 inch and 6 -3 inch. So
the number of coils is not the same everytime.
Because of the barcode system I have to have 5 digits and an alpha
character, so a seperate field for a suffix doesn't work well. I have tried
several database changes suggested but I really need to be able to do this
with the existing tables I have. The 2 tables have the same fields I just
need to change or update 3 fields in the cutting process. any help would be
appreciated.
Thanks in advance.
I am new to access and need some help programming an inventory process. Let
me start by saying I don't need help with data table design I have
constraints that don't allow complete re design also I have a large amount of
existing data. I work with steel coils and I use a barcode system to keep up
with inventory. We have a tag system where each coils is assigned a tag #
based on a physical tag when the coil is received. The tag # is 5 digits. In
our processes we make narrower coils from the large coils i.e. a 36 inch wide
coil cuts into 6-six inch coils. each child coil retains the original 5 digit
number but is assigned a alpha suffix so my six coils would be; 12345A,
12345B, 12345C, 12345D, 12345E, 12345F. This I cannot change. I have 2 tables
each with it's own form, one for the large coils and one for the smaller
coils. I want to be able to query for the tag # and then automatically take
the large coil data and add a suffix and change the width and weight and loop
the process until all cuts are recorded. The process varies based on the
width of the large coil and the need for different sizes of small coils we
could cut 2 18 inch coils or 6 - 6 inch coils or 3 - 6 inch and 6 -3 inch. So
the number of coils is not the same everytime.
Because of the barcode system I have to have 5 digits and an alpha
character, so a seperate field for a suffix doesn't work well. I have tried
several database changes suggested but I really need to be able to do this
with the existing tables I have. The 2 tables have the same fields I just
need to change or update 3 fields in the cutting process. any help would be
appreciated.
Thanks in advance.