Hi,
I not very Access savvy, but I was wondering how to do two specific excel formulas in Access?
I have rows of data for each employee. Each row shows the pay week and the amount of hours worked in that pay period.
The first formula I need adds all the hours worked each week in the row. The excel formula looks like this: =SUM(C2:AI2)
The second formula creates an accrual based on the amount of hours worked each week. The excel formula looks like this: =+AJ2/30 (AJ represents the total hours from the above formula)
How can I create these formulas in Access for each row of data?