Still trying.
Laid it out in one big table to start with some sample data:
C = Cover
N = Node
D = Day
T = Time
MT = Methane
OX = Oxygen
TEM = Temperature
DEN = Density
C, N, D, T, MT, OX, TEM, DEN
1, 1, 1, .1, .34, .56, 15.2, 1.3
1, 1, 1, .2, .35, .57, 15.1, 1.3
1, 1, 1, .3, .36, .58, 15.0, 1.31
1, 2, 1, .1, .25, .48, 13.2, 1.45
1, 2, 1, .2, .26, .49, 13.1, 1.45
1, 2, 1, .3, .27, .50, 13.0, 1.46
2, 1, 1, .1, .34, .56, 15.2, 1.3
2, 1, 1, .2, .35, .57, 15.1, 1.3
2, 1, 1, .3, .36, .58, 15.0, 1.31
2, 2, 1, .1, .25, .48, 13.2, 1.45
2, 2, 1, .2, .26, .49, 13.1, 1.45
2, 2, 1, .3, .27, .50, 13.0, 1.46
1, 1, 2, .1, .34, .56, 15.2, 1.3
1, 1, 2, .2, .35, .57, 15.1, 1.3
1, 1, 2, .3, .36, .58, 15.0, 1.31
1, 2, 2, .1, .25, .48, 13.2, 1.45
1, 2, 2, .2, .26, .49, 13.1, 1.45
1, 2, 2, .3, .27, .50, 13.0, 1.46
Do I need more than one table? Do I just need to make my key the combination of the first 4 columns?