Hi,
I am using a dlookup to fill a form in based on the CaseID field selected. The CaseID is currently stored as a number and works fine. However, I now require the dlookup to work when the CaseID is a number stored as a text, when i change the tabe field to text it breaks. Is it possible for the dlookup to find the number stored as text? Getting #error! currently
=DLookUp("ExceptionQueryInvestigatedThoroughly","qadata","CaseID = " & [Forms]![EvaluationForm]![caseid])
Thanks
I am using a dlookup to fill a form in based on the CaseID field selected. The CaseID is currently stored as a number and works fine. However, I now require the dlookup to work when the CaseID is a number stored as a text, when i change the tabe field to text it breaks. Is it possible for the dlookup to find the number stored as text? Getting #error! currently
=DLookUp("ExceptionQueryInvestigatedThoroughly","qadata","CaseID = " & [Forms]![EvaluationForm]![caseid])
Thanks