B
brydone via AccessMonster.com
I have a database in Access 2003. Apart from the standard ID field, I have a
field called TrackingNumber which is a text field for bar code numbers (text
and numbers). I have indexed this field disallowing duplicates. This field
takes input from a bar code scanner and then automatically moves onto the
next field for entry. What I would like is that if a duplicate bar code is
scanned in, a message should appear warning the inputter that this is a
duplicate entry and the user be presented with and option of Cancel whick
will clear the fiels of the scanned bar code and the other option to rescan
the bar code. At the moment the standard VB error message is beng displayed
with End and Debug as options. Obviousley, I don't want the inputter to have
the debug option.
Any help would really be appreciated.
Many thanks......
field called TrackingNumber which is a text field for bar code numbers (text
and numbers). I have indexed this field disallowing duplicates. This field
takes input from a bar code scanner and then automatically moves onto the
next field for entry. What I would like is that if a duplicate bar code is
scanned in, a message should appear warning the inputter that this is a
duplicate entry and the user be presented with and option of Cancel whick
will clear the fiels of the scanned bar code and the other option to rescan
the bar code. At the moment the standard VB error message is beng displayed
with End and Debug as options. Obviousley, I don't want the inputter to have
the debug option.
Any help would really be appreciated.
Many thanks......