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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top