Hello all,
I have a DB that I use to track overtime hours worked by employees. The hours are sent to me from different departments in an excel spreadsheet form. I then manually key the hours into the database (I realize that I could probably import the spreadsheets as opposed to rekeying, but I prefer doing it manually).
The hours are keyed into a continuous subform of a main Hours entry form. In order to check the data after I key it, I run a query segregating the hours for the previous week and match the total to the totals on the spreadsheets.
As I key all of the hours in one "sitting" so to speak, I'm wondering if there is a way to use a textbox on the mainform that will pull the # of hours entered and give me a running sum as I key them. This would just save me from adjusting a running a query after each keying "session".
So, (hopefully to clarify) the next time I load the form, the textbox would read "0" and then would sum all the entries until the next time the form is loaded.
I hope what I am trying to accomplish is clear. I can provide a table structure if needed, but I can tell you that the data is fully normalized.
Thanks in advance,
D
I have a DB that I use to track overtime hours worked by employees. The hours are sent to me from different departments in an excel spreadsheet form. I then manually key the hours into the database (I realize that I could probably import the spreadsheets as opposed to rekeying, but I prefer doing it manually).
The hours are keyed into a continuous subform of a main Hours entry form. In order to check the data after I key it, I run a query segregating the hours for the previous week and match the total to the totals on the spreadsheets.
As I key all of the hours in one "sitting" so to speak, I'm wondering if there is a way to use a textbox on the mainform that will pull the # of hours entered and give me a running sum as I key them. This would just save me from adjusting a running a query after each keying "session".
So, (hopefully to clarify) the next time I load the form, the textbox would read "0" and then would sum all the entries until the next time the form is loaded.
I hope what I am trying to accomplish is clear. I can provide a table structure if needed, but I can tell you that the data is fully normalized.
Thanks in advance,
D