I need to display the corresponding NCR number for whatever id is the current record on the form. And if there is no NCR, I need the NCR field to say so, which is why I'm using the NZ function.
=Nz(DLookUp("[NCR#]","Input Query1","ID = " & [Input Query1].[id]),"None")
Modified the query in...