Hi,
I need help with using DlookUp on control source of a textbox in a report.
What I'm trying to do is to grab the PONumber from TblCustOrder Where CustomerID equals to CustomerID from a query that is used as Record Source of that Report.
Any help? Thanks!
I need help with using DlookUp on control source of a textbox in a report.
Code:
dlookup([POnumber],"TblCustOrder",[CustomerID]=CustomerID)
What I'm trying to do is to grab the PONumber from TblCustOrder Where CustomerID equals to CustomerID from a query that is used as Record Source of that Report.
Any help? Thanks!