This is what I've come up with. Let's assume the first table (Information) looks like the following:
Fundname, Fundcode, Europe, America, Asia, Other
Fund 1, 101, -1, 0, 0, 0
Fund 2, 102, 0, -1, 0, 0
Fund 3, 103, 0, 0, -1, 0
Fund 4, 104, -1, 0, 0, 0
etc...
Again, this...