Forum Discussion

Re: Barcode Printing

Good morning,
It depends on how easy you want the process to be for your users. There are specialized printers and software that will make it easier. However, you can also print Barcodes using a regular printer and Microsoft's MailMerge Functions, without breaking the bank.

If you do buy a Barcode Printer/Software, then be aware that the file type that is exported from QuickBase is a Comma Separated Value (.csv) so make sure that the software can properly read and encode the values.

Good luck,
John

------------------------------
John Crosland
Software Developer
Inglett & Stubbs
Mableton GA
------------------------------

1 Reply

  • MarkShnier__You's avatar
    MarkShnier__You
    Icon for Qrew Legend rankQrew Legend
    Trinity has a ton of experience in manufacturing processes and Bar Codes.
    https://trinityis.com/

    I have a simple code that will print a 2D Bar Code, but I don't have one handy for a linear bar code.  But maybe someone else on this forum has one.

    Here is the code for a a formula Rich text field to display a 2D bar code.

    var text CodeValue = " some text formula goes here"
    "<img src=\"http://chart.apis.google.com/chart?cht=qr&chs=240x240&chl="
    & URLEncode($CodeValue)

    I'm guessing that here would be a similar one to create a linear bar code.  The qr above must mean a QR bar code.  


    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------