#Error
Query gets #Error when I hit Run!
I am trying to say:
Below is the code I'm using:
Query gets #Error when I hit Run!
I am trying to say:
1) Check to see if Documenter.FileName is not empty
2) If it is not empty, look for DocumentTypeID 10
3) Display image icon
2) If it is not empty, look for DocumentTypeID 10
3) Display image icon
Below is the code I'm using:
Code:
EventJobListing: IIf(DLookUp("Documenter.FileName","Documenter","EventID = " & [EventID] & " AND DocumentTypeID = 10") Is Not Null,"C:\Users\LMCC007\Pictures\paperclip -- tiny.bmp",Null)