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
M Skabialka - 15 Apr 2008 17:55 GMT
Maybe create a table with this structure and lookup the value based on the
Field Name?
> Hi,
>
[quoted text clipped - 16 lines]
>
> Thanks