I want to store some information in a 2x2 array. One index is Products, the other index is Components. The values are revision numbers. Everyday Products, Components and revision numbers can change. Since I'm just a starter, what are the ways to store these variables? Using properties is not the correct way, so I guess using a database? Where can I find the information I need? Wim