Hello,
I am trying to use Dlookup in an unbound text box on a report and I am having trouble specifying criteria. I have the following in the control source:
=DLookUp("[ObjectiveSummarized]","ObjectiveSummarizedTable","[Ax1Label] = '" & Tables!ObjectiveSummarizedTable!ObjectiveNumber & "' ")...