Recent content by Fodo

  1. F

    Solved AddNew method with field from variable (array)

    Thank you very much. Solution myR.Fields(label(i)) = data(i) working
  2. F

    Solved AddNew method with field from variable (array)

    Hi, I have two arrays, first with names of fields and second with values which I want to add to my recordset. But my code doesn't work. Is possible to do it by this way? In line myR![label(i)] = data(i) break my code with "Runtime error '3265': Item not found in this collection". Problem can...
Back
Top Bottom