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...