Problem:
Field names in my table A is built by a character followed by a number,
e.g. A1, where 'A' signies the variable and '1' an ID of a person.
My second table B have the same field name structure, like B1, B3 etc. This table is constructed as a result of a complex Pivot query, and I have...