B
bymarce
I have a query as the row source for an unbound combo box so that one combo
box is filtered based on the selection of another combo box. If nothing has
been selected I want the second combo box to show all options rather than
none. I've tried using the following IIF statement in the query for the
second combo box but it doesn't work. How can I fix it? The first combo box
i Property and the second is Methods. I'm getting the error "Undefined IFF
function." Thanks for your help.
Marcie
IFF([Forms]![WorkAssignments]![Property] Is Not
Null,[Forms]![WorkAssignments]![Property], ([Properties].[Property]) Is Null
or is not null)
box is filtered based on the selection of another combo box. If nothing has
been selected I want the second combo box to show all options rather than
none. I've tried using the following IIF statement in the query for the
second combo box but it doesn't work. How can I fix it? The first combo box
i Property and the second is Methods. I'm getting the error "Undefined IFF
function." Thanks for your help.
Marcie
IFF([Forms]![WorkAssignments]![Property] Is Not
Null,[Forms]![WorkAssignments]![Property], ([Properties].[Property]) Is Null
or is not null)