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 when I display the form...
What am I doing wrong?
Many thanks in advance
=DLookUp([VATAmountGBP];[tblSalesSummary];[TaxCode]="AR")
I always get the #Name? error when I display the form...
What am I doing wrong?
Many thanks in advance