((IIf(IsNull([forms].[SEARCH]![SECTION]),[Located in].[SECTION]=’*’ ,[located in].[SECTION]=[forms].[SEARCH]![SECTION]))<>False)
I need the true part of the statement to all return all records null and those with a value, what I have there is not workin
I need the true part of the statement to all return all records null and those with a value, what I have there is not workin