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