B
Bob Rice
Hi,
Am trying to update the recordset of a table that looks like a spreadsheet
(it is linked Excel).
I am trying to update the cells(fields) using an array. My code:
With A
For n = 1 to 5
.FindFirst "[Field" & n & "] = 1
.Edit
.[Field1] = Array(n)
.Update
Next
[Field1] above needs to increment to [Field2], [Field3], etc.
Any help is greatly appreciated.
Am trying to update the recordset of a table that looks like a spreadsheet
(it is linked Excel).
I am trying to update the cells(fields) using an array. My code:
With A
For n = 1 to 5
.FindFirst "[Field" & n & "] = 1
.Edit
.[Field1] = Array(n)
.Update
Next
[Field1] above needs to increment to [Field2], [Field3], etc.
Any help is greatly appreciated.