Hi
I am trying to use form text box values as the criteria for the dlookup, but am getting an #error! showing.
Is it possible to do this and if so do I have a syntax error in this:
=DLookUp('" & [Forms]![FRMEDIT]![MAGID] & "','" & [Forms]![FRMEDIT]![MAGTable] & "','" & [Forms]![FRMEDIT]![MAGISSUE] & "' & " = " & '" & [Forms]![FRMEDIT]![FROM_ISSUE] &"')
Thanks in advance
Steph
I am trying to use form text box values as the criteria for the dlookup, but am getting an #error! showing.
Is it possible to do this and if so do I have a syntax error in this:
=DLookUp('" & [Forms]![FRMEDIT]![MAGID] & "','" & [Forms]![FRMEDIT]![MAGTable] & "','" & [Forms]![FRMEDIT]![MAGISSUE] & "' & " = " & '" & [Forms]![FRMEDIT]![FROM_ISSUE] &"')
Thanks in advance
Steph