C Clayton Sep 13, 2004 #1 Looking for a way to remove extra barcode characters without using thirdparty software in access
J John Nurick Sep 13, 2004 #2 Hi Clayton, Just treat the barcode as a string of characters and use the ordinary string functions (InStr, Left, Mid, etc) to manipulate it.
Hi Clayton, Just treat the barcode as a string of characters and use the ordinary string functions (InStr, Left, Mid, etc) to manipulate it.