Nested query - I had to search employee's name under 2 seperate criterias...I named the fields in the query [Emp1] and [Emp2]. Now since I have the correct info I need to create another query with a single field which combines the names together. So, I need a list of all employees from both [Emp1] to [Emp2] into a single field. I am lost on how to do this. Withthe queries I created I kept getting a -1 instead of a character.
Emp1: IIf(([Empl2Name]<>[EmployeeN]) Or ([CaseC]=-1) And ([Empl2Name]=True),[Empl2Name],0)
Emp2: IIf(([EmployeeN]=True) And ([Empl2Name] Is Null) And ([CaseC]=-1),[EmployeeN],0)
Any help is greatly appreciated.
Emp1: IIf(([Empl2Name]<>[EmployeeN]) Or ([CaseC]=-1) And ([Empl2Name]=True),[Empl2Name],0)
Emp2: IIf(([EmployeeN]=True) And ([Empl2Name] Is Null) And ([CaseC]=-1),[EmployeeN],0)
Any help is greatly appreciated.