Recent content by ronwoj67

  1. R

    Trying to Loop through records in a Table and Update Field

    I get: Compile error: Methond or data member not found (it stops on "rs.Fields.EmloyeeID"
  2. R

    Trying to Loop through records in a Table and Update Field

    Trying to loop through the table "tbl247Stasging" and see if the field "EmployeeID is Null. If it is, I want to edit and update it with the current value of IDNUM, then increase the IDNUM value by 1 and continue looping until the end of the file. Code Tags Added by UG Please use Code Tags...
Top Bottom