barcode data parsing

C

Clayton

Looking for a way to remove extra barcode characters
without using thirdparty software in access
 
J

John Nurick

Hi Clayton,

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