I have an error that I can use some help on:
I have an unbound textbox that performs a dlookup. The formula looks like this:
=Replace(Nz(DLookUp("tblInvoiceLog.NOTES","tblInvoiceLog","[VOUCHER_NUMBER]= " & [txtADJ_POLICY] & ""),""),Chr(13) & Chr(10)," ")
This works fine until there is no...