I am working on a project for work and cannot seem to complete the last step. There is a subform (TimeCardHours) within my form (TimeCard) where the hours from a shift are broken down and separated in two columns (StandardHours) and (OvertimeHours). I have the two columns summed in my subform footer as Total Hours
=Sum([Standard Hours]+[Overtime Hours])
I have created a new text box in my form entitled Total Hours Worked using the expression
=[Time Card Hours].[Form]![Total Hours]
I am still getting the #Error message though. I am new to Access so any help would be appreciated!
Thank you
SP
=Sum([Standard Hours]+[Overtime Hours])
I have created a new text box in my form entitled Total Hours Worked using the expression
=[Time Card Hours].[Form]![Total Hours]
I am still getting the #Error message though. I am new to Access so any help would be appreciated!
Thank you
SP