Hi all. Gotta question. I'm using dlookup to return information in a table. The information is coming from the Inventory table. When I select a part description in a combo box, I want the part number displayed in the text box. The dlookup string that I have is this
=DLookUp("[Description]","Inventory","[Part Number]=forms!frmservice!subfrmInventory![txtpartnumber]")
This looks correct to me, but when I run this nothing returns. #error used to return, but now there is nothing. Can someone help me out here and tell me what I'm missing?
Thanks.
Jason Alge
Jason.M.Alge@lowes.com
'There are three kinds of people: Those who can count and those who can't'
=DLookUp("[Description]","Inventory","[Part Number]=forms!frmservice!subfrmInventory![txtpartnumber]")
This looks correct to me, but when I run this nothing returns. #error used to return, but now there is nothing. Can someone help me out here and tell me what I'm missing?
Thanks.
Jason Alge
Jason.M.Alge@lowes.com
'There are three kinds of people: Those who can count and those who can't'