I think I get the gist of what are trying to do. The problem is you are, in a sense, trying to create dynamic field names which is typically bad juju in database world. You could go to the trouble of writing code to create field name on the fly but then you have to map data values to these...