Avatar of DelphiNube
DelphiNube

asked on 

Access Question

The issue that I am having with the attached database is that I am trying to use a DLookup string. I am using the following string: Cost1 = DLookup ("Retail_Price", ProductsT, "Product=" & Forms![frmReceipt]![txtPurchase1]) I am getting a #name? error message when I trying to use the form.
Sales.accdb
Microsoft AccessDatabasesProgramming

Avatar of undefined
Last Comment
pdebaets

8/22/2022 - Mon