跳到主内容

搜索

搜索

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

请先登录再写评论。