D
doyle60
I have a check box called "Plnt9999" on a form called
DOSDialogPrintfrm. When it is checked, I want a query to include all
records. When it is not checked, I want the query to exclude only the
values "9999" (which are text data) but include all others.
The below formula does not work. How do I get it to work?
Like (IIf([Forms]![DOSDialogPrintfrm]![Plnt9999]=0,"*",<>"9999"))
The "*" bit is working but the <>"9999" is not. Thanks,
Matt
DOSDialogPrintfrm. When it is checked, I want a query to include all
records. When it is not checked, I want the query to exclude only the
values "9999" (which are text data) but include all others.
The below formula does not work. How do I get it to work?
Like (IIf([Forms]![DOSDialogPrintfrm]![Plnt9999]=0,"*",<>"9999"))
The "*" bit is working but the <>"9999" is not. Thanks,
Matt