Check the Dlookup
1. Check if the name are correct
2. If FacID field is a text field and not numeric, add a single quote before
and after the criteria
DLookUp("[Affiliation]","tblFaculty","[FacID] ='" & [Outside] & "'")
3. In any case, try running the dlookup without the text box using the
Immidate windows (press Ctrl+g) and then type
?DLookUp("[Affiliation]","tblFaculty","[FacID]
=EnterHereAValueThatWillReturnData")
Press Enter and see if any value returned or you are getting an error message
--
Good Luck
BS"D
Donna said:
I keep getting the #Error in my text box. What is wrong with this syntax?
=Nz(DLookUp("[Affiliation]","tblFaculty","[FacID] =" & [Outside]),"")