barcode data parsing

  • Thread starter Thread starter Clayton
  • Start date Start date
C

Clayton

Looking for a way to remove extra barcode characters
without using thirdparty software in access
 
Hi Clayton,

Just treat the barcode as a string of characters and use the ordinary
string functions (InStr, Left, Mid, etc) to manipulate it.
 
Back
Top