Hi all,
I have the following problem.
In the expression builder I have some IIf code for a filter criteria.
When the value of an option group "OG_status" is equal to 1, there should be no filter applied.
If the value of OG_status is unequal to 1 the criteria should be the value in the field "Sel_st".
The code used for the criteria is as follows:
With this approach the filter does not function at all.
A little bit of help would be highly appreciated.
Kind regards
I have the following problem.
In the expression builder I have some IIf code for a filter criteria.
When the value of an option group "OG_status" is equal to 1, there should be no filter applied.
If the value of OG_status is unequal to 1 the criteria should be the value in the field "Sel_st".
The code used for the criteria is as follows:
Code:
IIf([Forms]![FST_main]![OG_status]=1;Null;[Forms]![FST_main]![Sel_st])
A little bit of help would be highly appreciated.
Kind regards