G
Guest
Hello,
I have a table with record values that looks like the following:
"ABCD=1234"
I have another table for output where ABCD is a field name. What i'd like to
do is to loop through the field names of the output table and when the field
name is ABCD i want to put 1234 on the record value.
My question is how do i loop through the field names?
I have a table with record values that looks like the following:
"ABCD=1234"
I have another table for output where ABCD is a field name. What i'd like to
do is to loop through the field names of the output table and when the field
name is ABCD i want to put 1234 on the record value.
My question is how do i loop through the field names?