The DLookup is on a form in which I am creating a record. I then open another form from the first form, creating its record for the first time. When I close out of that form, the field I am looking for with the dlookup has been created, but the first form I opened does not create its record until I close it and reopen it. Until I have done that the field contains #Error and not the value I am looking up. Any ideas on how to suppress the #error in the field. Thanks
=Format(DLookUp("KAddLines","QPage1AmendTotals","P age3addid=" &Nz([Forms]![FSettlementPage1]![page1ID],0)),"Currency","$0.00")