Please can someone help me with a particular problem I am having in Access 97 - I have a table that is keyed by 'user name' and date (actually week ending). Against each key combination is a number (in this case number of hours). I want to maintain a running total over a year of the weekly hours. e.g:
Wk 1 2 3 4 5 etc.
Hrs 4 15 3 0 0 etc.
Running 4 19 22 22 22 etc.
The Hrs figures are progressively entered over the year using a form (User Name) and sub-form (all weeks and hours). I want to update the Running Hours whenever the Hrs are amended. I cannot guarantee the order of entry, or that changes may not be made, although the only thing that can be changed will be Hrs.
Can someone help me with this? I suspect that I will need to use VB (which I know little about) - if so can someone send a sample or example?
Thanks in advance - I have been wrestling with this for days.
Wk 1 2 3 4 5 etc.
Hrs 4 15 3 0 0 etc.
Running 4 19 22 22 22 etc.
The Hrs figures are progressively entered over the year using a form (User Name) and sub-form (all weeks and hours). I want to update the Running Hours whenever the Hrs are amended. I cannot guarantee the order of entry, or that changes may not be made, although the only thing that can be changed will be Hrs.
Can someone help me with this? I suspect that I will need to use VB (which I know little about) - if so can someone send a sample or example?
Thanks in advance - I have been wrestling with this for days.