I want to display the value for VATAmountGBP where the TaxCode is AR from tblSalesSummary on a form. So I gave the following in the Countrol Source of the box in which I would like to display the record:
=DLookUp([VATAmountGBP];[tblSalesSummary];[TaxCode]="AR")
I always get the #Name? error...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.