Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by micruys

  1. micruys

    Display value from table on form (conditionally)

    Coding works fine now, I had to replace the , by a ; Many thanks for your help!!!
  2. micruys

    Display value from table on form (conditionally)

    Thanks for the replies, but so far no luck with the suggested coding...
  3. micruys

    Display value from table on form (conditionally)

    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...

Part and Inventory Search

Back
Top