Recent content by kwennerberg

  1. K

    Increment field name

    :) Thanks. That did it. I will re-use this syntax for I would like to often loop through fields by number in this manner.
  2. K

    Increment field name

    In a DO Loop how does one refer to a text field that ends with a sequential number each time through the loop? How do I do the syntax for the line below which begins with "Months_String"? For example Dim Months_String as String MyNbr = 64 Do Until MyNbr = 70 Months_String = Months_String &...
Top Bottom