I have an unbound text box ReleaseDescrip on a report. I want to fill it with text from a dlookup
Me.ReleaseDescrip = DLookup("[Release_Description]", "tblReleases", "[Release_type] = reports![RptEng1]![No1_Release] AND [Base] = Reports![RptEng1]![Base]")
However i get the following error...