say, if I got a 4 x 4 matrix table - 4 rows and 4 columns - MS Access 2007/2010
the values should exist as below with no repetition of any number in any of the cells.
1 2 3 4
5 6 7 8
9 10 11 12
13 14 15 16
a number should not repeat in any of the cells.
I set a primary key on cloumn 1 and defined unique on all the fileds but that doesn't help
since 1 columns does not know what the other cell contains and no relationship exists.
Any help would be highly appreciated