Problem with a DLookUp.
I am currently working in MS Access 2007 and I attached the following code to a unbound text box which is located on a tab control
=DLookUp("[ProdSpecAdr]","t_Suppliers","[pk_SUP_id] =" & [Forms]![f_DE_CPN]![fk_SUP_id])
Everything was working great till I placed this form onto another form making it a Subform... and now my unbound text box is displaying the following......#Name?
Could use some help I've been looking for a fix for awhile now, thanks in advance.
I am currently working in MS Access 2007 and I attached the following code to a unbound text box which is located on a tab control
=DLookUp("[ProdSpecAdr]","t_Suppliers","[pk_SUP_id] =" & [Forms]![f_DE_CPN]![fk_SUP_id])
Everything was working great till I placed this form onto another form making it a Subform... and now my unbound text box is displaying the following......#Name?
Could use some help I've been looking for a fix for awhile now, thanks in advance.