Bill4tektips
Technical User
I have a Report running off a query and dependent on the inputs on a Form I need it to add text. What I have in my query at the moment is
Select: IIf([Monthly Status]![SelectY/N]="Yes",[Monthly Status]![meeting number]+"Half",[Monthly Status]![meeting number])
What I am trying to achieve is when SelectY/N field is yes then it puts the word "Half" after the 'meeting number' field. All I am getting at the moment is #Error.
Select: IIf([Monthly Status]![SelectY/N]="Yes",[Monthly Status]![meeting number]+"Half",[Monthly Status]![meeting number])
What I am trying to achieve is when SelectY/N field is yes then it puts the word "Half" after the 'meeting number' field. All I am getting at the moment is #Error.