sanders720
Programmer
I have a table called tblCodeMap. It has two fields, Code and Code_a. Code_a is the abbreviation of the code. I am trying to do a DLookUp on this table based on the code field on the report detail in a textbox called Code_A. Unfortunately, I am getting "#Name?" in all the Code_A text boxes, thus the translation is not occuring. Below is my DLookUp statement which resides in the control source for the Code_A textbox.
=DLookUp("[Code_a]","tblCodeMap","
=DLookUp("[Code_a]","tblCodeMap","
Code:
= ' " & [Reports]![rptPurchasedPartsList]![Code] & " ' ")
Any idea's? Thanks in advance for any help you can provide.