L
lindavon81
My database is used for processing the shipping of electronic circuit boards
to our customers. Each customer has various unique assembly numbers, each
assembly number is to have a unique serial number. Serial numbers can be
repeated between assembly numbers, just not repeated on the same assembly
number. Each customer group contains many assembly numbers - some have over
100. I can't use the unique record because each customer's assemblies are put
together within one table, so I need to be able to find a way to write code
to prevent any given assembly number for a particular customer from having
duplicate serial numbers before leaving the plant. It is a final check that
we haven't duplicated a serial number for that assembly number prior to
shipping. We have to replace our serial number labels throughout the
manufacturing process, and errors are made. I need to be able to find a good
solution to ensure that they don't get out the door that way! Any suggestions
would be greatly appreciated!
to our customers. Each customer has various unique assembly numbers, each
assembly number is to have a unique serial number. Serial numbers can be
repeated between assembly numbers, just not repeated on the same assembly
number. Each customer group contains many assembly numbers - some have over
100. I can't use the unique record because each customer's assemblies are put
together within one table, so I need to be able to find a way to write code
to prevent any given assembly number for a particular customer from having
duplicate serial numbers before leaving the plant. It is a final check that
we haven't duplicated a serial number for that assembly number prior to
shipping. We have to replace our serial number labels throughout the
manufacturing process, and errors are made. I need to be able to find a good
solution to ensure that they don't get out the door that way! Any suggestions
would be greatly appreciated!