Poweruser99
MIS
Hi there,
My problem can be very simple for you all. Its with the dlookup function.
Basically I have a Products tables. In that table I have a field called Unit_cost and Product description.
In the form I have the product descriptions in a drop down box. And in the text box I want to display the prices for the products as they are selected in the drop down box.
This is what I have tried so far.
=DLookUp(Product_Prices!Unit_Cost, Product_Prices],Product_Prices!Prod_description=[cbo_desktop])
When I run the form, the text box says "#Name?". What am I doing wrong here?
Any help would be appreciated.
My problem can be very simple for you all. Its with the dlookup function.
Basically I have a Products tables. In that table I have a field called Unit_cost and Product description.
In the form I have the product descriptions in a drop down box. And in the text box I want to display the prices for the products as they are selected in the drop down box.
This is what I have tried so far.
=DLookUp(Product_Prices!Unit_Cost, Product_Prices],Product_Prices!Prod_description=[cbo_desktop])
When I run the form, the text box says "#Name?". What am I doing wrong here?
Any help would be appreciated.