My form shows hours booked to a job. In reference to the attached pic
Hours by Permanent staff show in the top white row and are called from a Labour table.
Hours by Contract staff show in the bottom white row and are called from a ContractLabour table.
Labour values are combined to give total hours using code such as: =nz([sbfContLab].[Form]![FAB])+nz([SortedLabour subform].[Form]![FAB])
The lower view of the pic shows what happens when there is no contract labour for the job.
How do I get the correct value to show in this case?