Skip to Content
0
Former Member
Jul 24, 2013 at 07:35 PM

How to create a barcode for multiple fields with a TAB

726 Views

I am trying to create a 3of9 barcode to scan in two fields with a TAB character in between to fill in two fields. Currently I have the following formula but it is not working:

"*" + {Job.Job-ID} + chr(9) + {Job.Sub-Job-ID} + "*"

Any suggestions?