Further to a previous post, I am having problems getting a Dlookup function to work.
Table: "Item master list" contains Part numbers with descriptions
Form: "Data Input form" used to input production Data and is based on table "Products"
Concept: When a "Part number" is entered onto the form (into field "Scan Material"
, Dlookup function is used to go to "Item master list" and return the description field for that part number to the form.
This is what I have, but it returns a Null.
=DLookUp("[item description]","Item master list","[Part Number]='[Forms]![Data Input form]![Scan Material]'"
Any help greatly appreciated!
Thanks for the Lead off Bastien!
Table: "Item master list" contains Part numbers with descriptions
Form: "Data Input form" used to input production Data and is based on table "Products"
Concept: When a "Part number" is entered onto the form (into field "Scan Material"
This is what I have, but it returns a Null.
=DLookUp("[item description]","Item master list","[Part Number]='[Forms]![Data Input form]![Scan Material]'"
Any help greatly appreciated!
Thanks for the Lead off Bastien!