On a form, I have a field for entering leave type class (PB, SE, etc). Two other columns (LECture and LAB) accept hours missed (1.30, 2.04, etc.) Currently the balance is displayed based on a simple formula (=Sum([Lec])+Sum([Lab])) in a form field with this =(-1*[Dates Absent Subform].[Form]![total lec]).
I need to get the balance to not include Lec and Lab amounts for class type PB. Essentially, I need to track the PB leave, but not deplete it from the accrued SE leave.
I need to get the balance to not include Lec and Lab amounts for class type PB. Essentially, I need to track the PB leave, but not deplete it from the accrued SE leave.
Comment