• a_ud (6/26/2014)


    The VBA code attached to my 1st message works and it's not that difficult to translate to other languages.

    If that were true, you wouldn't be asking for help, now would you? 😉

    This is actually pretty easy to pull off in SQL Server including the CheckSum character but I need you to answer a question first. According to the start character that you've used, it implies that you will always be using Barcode 128 "B". Is that true or will you make excursions to Barcode 128 "A" and/or Barcode 128 "C"?

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)