Ok, but how would I add the second field to the Dlookup below, since I have the first criteria concatenated? (I tried taking out the concatenation, but it didn't like it.)
=IIf(Not IsNull([rec_batch_id]),DLookUp("Comp_id","tbl_Completion_Record","Rec_Batch_id=" & [Rec_Batch_id]))
Thanks for your help!