C
carl
I am new to access.
My Data looks like columns a,b,c,d:
Id Date Time Code Difference
1 20060428 93155 53
2 20060428 93155 85 32
3 20060428 93157 86 1
4 20060429 93159 54 -32
5 20060429 93159 55 1
6 20060429 93205 87 32
7 20060429 93205 88 1
I am trying to create Column D - the diference between Code Record 2 and
REcord 1 = 32, Code Record 3 and Record 4 = 1 etc.
Can someone show me the SQL to do this type of thing - if it is possible in
Access.
Thank you in advance.
My Data looks like columns a,b,c,d:
Id Date Time Code Difference
1 20060428 93155 53
2 20060428 93155 85 32
3 20060428 93157 86 1
4 20060429 93159 54 -32
5 20060429 93159 55 1
6 20060429 93205 87 32
7 20060429 93205 88 1
I am trying to create Column D - the diference between Code Record 2 and
REcord 1 = 32, Code Record 3 and Record 4 = 1 etc.
Can someone show me the SQL to do this type of thing - if it is possible in
Access.
Thank you in advance.