Me.tblexpectedhours = DLookup("tblexpectedhours", "tbllogcomplete", "tblpickerid = " & Me.tblPickerid)
Okay, so let me see if I understand what this code is saying;
I want it to look at expectedhours field on the form and then lookup that same field in table logcomplete, where the pickerid in...