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]![txtPur chase1]) I am getting a #name? error message when I trying to use the form.
Sales.accdb
Sales.accdb
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Cost1 = DLookup ("Retail_Price", "ProductsT", "Product=" & chr(34) & Forms![frmReceipt]![txtPur