G
Guest
In the below example, the condition 1 does not work. I am sure it is a syntax
issue. It will accept a single argument, but does not accept a "Between"
statement.
Like IIf([Forms]![MainForm]![selectPeriod]="Week",Between
[Forms]![MainForm]![Begin_Week_Nbr] And [Forms]![MainForm]![End_Week_Nbr],"*")
If the user selects week in [selectPeriord] I want to show the week range or
wise show all. Any way of getting this to work? Thanks.
issue. It will accept a single argument, but does not accept a "Between"
statement.
Like IIf([Forms]![MainForm]![selectPeriod]="Week",Between
[Forms]![MainForm]![Begin_Week_Nbr] And [Forms]![MainForm]![End_Week_Nbr],"*")
If the user selects week in [selectPeriord] I want to show the week range or
wise show all. Any way of getting this to work? Thanks.