douglasjoh
New Member
- Joined
- Nov 17, 2016
- Messages
- 15
Hello all,
Looking for some help/advice regarding the database I am currently trying to build.
In the crosstab query that I have created I am trying to filter this through the use of check boxes on a form.
I have tried to do this by entering the following iif statement - IIf([Forms]![MPS]![Check18]=True,0,1) in the criteria row of the stage column in my Crosstab query.
However, when trying to run I am presented with the following error message "The Microsoft Access database engine does not recognise '[Forms]![MPS]![Check18]' as a valid field name or expression".
I believe this has something to do with the parameters, however, I am unsure how to set them.
Any help would be greatly appreciated.
Looking for some help/advice regarding the database I am currently trying to build.
In the crosstab query that I have created I am trying to filter this through the use of check boxes on a form.
I have tried to do this by entering the following iif statement - IIf([Forms]![MPS]![Check18]=True,0,1) in the criteria row of the stage column in my Crosstab query.
However, when trying to run I am presented with the following error message "The Microsoft Access database engine does not recognise '[Forms]![MPS]![Check18]' as a valid field name or expression".
I believe this has something to do with the parameters, however, I am unsure how to set them.
Any help would be greatly appreciated.