Question - Field Name

  • Thread starter Thread starter learning_codes
  • Start date Start date
L

learning_codes

Hi,

I am learning to understand the code below. I know it's complex for
me to figure it out. Is there a way to add the code if the field
name label become value. I got the excel file that exports from the
web survey. It is very difiicult for me to convert. Your help
would be much appreciated.


Field Name label "Fish"
Value: 5

convert to:

ID Item Total
1 Fish 5


I like to use this sample Code and I need your help to add "extra
code" for converting from field name label into value.

Thanks
 
Maybe create a table with this structure and lookup the value based on the
Field Name?
 
Back
Top