S
Steve
Hi,
I'm trying to use an IIF statment in a query to Select
either a Queue_Type or All queue types - as specified by
the User, by asking for a value of either the Queue name
or the word All.
Under the Queue_Type field in the query;
IIf([Select_Queue]<>'All',[Select_Queue],Not Null)
The query works when I enter a Queue_Type, but does not
bring back all the records when I type All.
Can anyone help?
Thanx,
Steve.
I'm trying to use an IIF statment in a query to Select
either a Queue_Type or All queue types - as specified by
the User, by asking for a value of either the Queue name
or the word All.
Under the Queue_Type field in the query;
IIf([Select_Queue]<>'All',[Select_Queue],Not Null)
The query works when I enter a Queue_Type, but does not
bring back all the records when I type All.
Can anyone help?
Thanx,
Steve.