跳至主內容

搜尋

搜尋

How to Calculate Check Digit Combining Multiple Fields?

評論

2 條評論

  • Avatar
    Peter Thane

    Depending on where you data is coming from (Data Entry Form or database or fixed) you may need to set the VB to run as an Event Controlled Script that runs at the appropriate time (eg OnSerialise), rather than a Multi-line script as per the image below.

    The simplest way would be to Name all three elements and then concatenate them together in the VB and then apply the check calculation to that string

     

    0
  • Avatar
    Koji Mori

    Thank you Peter so much, it works beautifully! 

    0

登入寫評論。