L
Luis
Hello.
I have a form with several fields and i'm using recordset clone property to
insert into an two dimension array variable( array_var(x,x) the name of the
field and the value of the field.
What i'm trying to do is to add a record on a table (Table1) with the values
stored on the array. All the information stored on the array is related only
to one record on the target table.
Can anyone give me a hint on looping through the array and store the info on
thos target table?
Thanks.
Luis
I have a form with several fields and i'm using recordset clone property to
insert into an two dimension array variable( array_var(x,x) the name of the
field and the value of the field.
What i'm trying to do is to add a record on a table (Table1) with the values
stored on the array. All the information stored on the array is related only
to one record on the target table.
Can anyone give me a hint on looping through the array and store the info on
thos target table?
Thanks.
Luis