G
Guest
I'm trying to solve a problem with a barcoding system for tracking part location I have implemented. The barcoding system works as follows:
1. Scan Part # (barcode starts with the letter "A")
2. Scan Location (barcode starts with a number)
Both items 1 and 2 and entered onto the same form in access without any extra input from user. The problem I am trying to solve when the user accidentally scans the part # twice before scanning the location. Access is setup now to catch this error and pop up a message saying that the wrong type of data was inputted. However, due to the fact that we are using a wireless scanner away from the database, the user does not see this message and continues his/her job.
I wanted to try to set something up on the form where Access ignores the scan of barcodes beginning with the letter A on the control box and does not pop up an error. This way, the user can scan the part # as many times as he or she wants but the control box will not be filled in until the location is scanned. I don't know if this would be the best way to handle the issue but if anyone knew of any methods in access or coding that would work please let me know.
Thanks for your help!
-Jason
1. Scan Part # (barcode starts with the letter "A")
2. Scan Location (barcode starts with a number)
Both items 1 and 2 and entered onto the same form in access without any extra input from user. The problem I am trying to solve when the user accidentally scans the part # twice before scanning the location. Access is setup now to catch this error and pop up a message saying that the wrong type of data was inputted. However, due to the fact that we are using a wireless scanner away from the database, the user does not see this message and continues his/her job.
I wanted to try to set something up on the form where Access ignores the scan of barcodes beginning with the letter A on the control box and does not pop up an error. This way, the user can scan the part # as many times as he or she wants but the control box will not be filled in until the location is scanned. I don't know if this would be the best way to handle the issue but if anyone knew of any methods in access or coding that would work please let me know.
Thanks for your help!
-Jason