W
Wes
Hello,
I am working on a query that runs when i open a form. The setup I am
using is:
I have a form with 3 checkboxes. When I check one of the boxes, a
query filters the results based on a field called "Completed", which
is also a checkbox field saved in my table. I am using the expression
below.
Iif([Forms]![BooksMain]![UnreadSort_Check] is not null, No,
iif([Forms]![BooksMain]![CompleteSort_Check] is not null,Yes,
iif([Forms]![BooksMain]![AllSort_Check] is not null,”*”,”*”))
The yes and no searches work, but when I try to search ALL using "*",
I get the error message "The expression is typed incorrectly or is too
complex to be evaluated. For example, a numeric......". Anyone have
any idea where I am going wrong?
Thank you very much for any advice.
I am working on a query that runs when i open a form. The setup I am
using is:
I have a form with 3 checkboxes. When I check one of the boxes, a
query filters the results based on a field called "Completed", which
is also a checkbox field saved in my table. I am using the expression
below.
Iif([Forms]![BooksMain]![UnreadSort_Check] is not null, No,
iif([Forms]![BooksMain]![CompleteSort_Check] is not null,Yes,
iif([Forms]![BooksMain]![AllSort_Check] is not null,”*”,”*”))
The yes and no searches work, but when I try to search ALL using "*",
I get the error message "The expression is typed incorrectly or is too
complex to be evaluated. For example, a numeric......". Anyone have
any idea where I am going wrong?
Thank you very much for any advice.