That is intresting..I changed it to the After Update event and then I went to record #2 and entered 104 in the Employee ID field and received a Run-Time Error 13 Type Mismatch. I clicked Debug and it takes me to the line below.
I ready to pull my hair outCode:RefWorkload = Nz(DLookup("Ref_Workload", "[Employee Table]", "[Employee ID] = " & Forms![Employee Table]![Employee ID] & " AND [Date of Work] =#" & Forms![Employee Table]![Date of Work] & "#"), 0)![]()