Newbie Question #3: First, Thanks to Everyone who have been so helpful on all my previous questions regarding this current project.
Not sure this should be posted under Form or Table but here goes. (Also not sure if my explanations are to verbose but, I want to make sure everyone understands what I trying to accomplish.)
I have a project where I'm capturing Serial Numbers of all items in my Master Carton. There are 18 units of the same item and a Master Pack ID. All with barcodes. I created a table with 19 fields + the Auto generated Primary key field.
To make data entry easier, I then created a simple form with all 20 fields and eliminated the Tab Stop for the Primary Key field.
My issue is: As the employee is scanning the barcodes of the 18 units they sometimes scan the same barcode twice. (And don't catch it. So I have two of the same barcode and missed one as well.) Since the data isn't in the same "Field" the No Dups feature doesn't appear to work.
Is there a way to make sure there are no duplicates entries in the entire form or should I have designed the Table and Form differently? To my knowledge I can't have the same field on the same form more than once. If that is in error and I CAN have the same field on the form multiple times then, my table could be just two fields, Carton ID and Serial number and the No Dups would work. (Not real good at SQL yet so if there is a complicated statement to write, that might be an issue.)
I like the way my Form looks because having the 18 different data entry points to be populated, let's them visually know they have completed the carton.
(The serial numbers are too similar to do a fast visual scan of the form and too time consuming to verify.) I'm looking for a systems way to manage the error prevention.
Thanks in advance!
MtDew4243
Not sure this should be posted under Form or Table but here goes. (Also not sure if my explanations are to verbose but, I want to make sure everyone understands what I trying to accomplish.)
I have a project where I'm capturing Serial Numbers of all items in my Master Carton. There are 18 units of the same item and a Master Pack ID. All with barcodes. I created a table with 19 fields + the Auto generated Primary key field.
To make data entry easier, I then created a simple form with all 20 fields and eliminated the Tab Stop for the Primary Key field.
My issue is: As the employee is scanning the barcodes of the 18 units they sometimes scan the same barcode twice. (And don't catch it. So I have two of the same barcode and missed one as well.) Since the data isn't in the same "Field" the No Dups feature doesn't appear to work.
Is there a way to make sure there are no duplicates entries in the entire form or should I have designed the Table and Form differently? To my knowledge I can't have the same field on the same form more than once. If that is in error and I CAN have the same field on the form multiple times then, my table could be just two fields, Carton ID and Serial number and the No Dups would work. (Not real good at SQL yet so if there is a complicated statement to write, that might be an issue.)
I like the way my Form looks because having the 18 different data entry points to be populated, let's them visually know they have completed the carton.
(The serial numbers are too similar to do a fast visual scan of the form and too time consuming to verify.) I'm looking for a systems way to manage the error prevention.
Thanks in advance!
MtDew4243