spottednewt
Programmer
I have a table where each record has a defining field WEEK_ENDING_DATE. Then I have a field for each day of the week in that same record (M, T, W and so on) Each day field is for entering the number of hours a person has worked that day in that week. Now I need to calculate the number of hours worked for each calendar day of the month. So I need some way of translating the S field to sunday, M field to Monday, and figure out which days to count for the weeks based on the calendar month of the week_ending_date.
Any ideas?
Any ideas?