First of all thank you for your help. Using you advice, I managed to get the first selection to work with this code. It returned the value of 8.68.
Worker1Rate = IIf(Nz(Worker1 = 1), DLookup("SiteLead", "WageRates", "JobNumber=" & [JobNumber]), "")
HOWEVER...
Nesting the IIF caused me...