brwnsuga21
Technical User
I am new to this forum and need help. I have three fields/ combo boxes that are dependant on each other. The first combox controls the info that is displayed in the second. The Second controls the info displayed in the third. When I change the third combo box to a list box, i get this error when clicking on the query or opening the form "This expression is typed incorrectly, or it is too complex to be evaluated. For example, a numeric expression may contain too many complicated elements. Try simplifying the expression by assigning parts of the expression to variables."
My query statement reads as follows:
IIf(IsNull([Forms]![frmSurveyData]![OfficeName]),"[LocationID]",[Forms]![frmSurveyData]![OfficeName])
I dont know where to begin to correct the error. Please help.
My query statement reads as follows:
IIf(IsNull([Forms]![frmSurveyData]![OfficeName]),"[LocationID]",[Forms]![frmSurveyData]![OfficeName])
I dont know where to begin to correct the error. Please help.