Hi guys!
I use the following criteria in a query for a specific field:
The join properties of the tables in the query is set up on 2.Code:Like IIf([TempVars]![CurentUser]="ADMIN","*",[TempVars]![CurentUser])
If the current user is admin, it returns all values, except of the null values.
How can I make it return everything (including the null values)?
Many thx!