I got it working! I ended up with this:
=Nz(DLookUp("[Input Query1]![NCR#]","Input Query1","ID=" & [Forms]![input form]![id]),"None")
I just needed to pull the id from the form, instead of the query, to get the current record.
Thanks to everyone for helping me figure this out.