K
Krzysztof via AccessMonster.com
Good Afternoon ESD,
I have a problem that i thinked I backed myself into.
i have a transaction log table, that looks like this:
transID, value1, value2, DateID
1 .65 187520 39
2 .95 212177 40
ok, so the value changes, and based on that value, it changes the second
value. what i need to get is the change in the value, ie, so week 39 it was
187520, then week 40, it was 212177, thus an increase of 24657. how can i get
the 24657 using the dateID?
I didn't know how to call this scenario, so that hinders my searching for
answers.
Any ideas are appreciated.
I have a problem that i thinked I backed myself into.
i have a transaction log table, that looks like this:
transID, value1, value2, DateID
1 .65 187520 39
2 .95 212177 40
ok, so the value changes, and based on that value, it changes the second
value. what i need to get is the change in the value, ie, so week 39 it was
187520, then week 40, it was 212177, thus an increase of 24657. how can i get
the 24657 using the dateID?
I didn't know how to call this scenario, so that hinders my searching for
answers.
Any ideas are appreciated.