G
Guest
In my query I have a BallanceDue field. I want to use a check box on a form
to tell my query to enter a criteria of <>0 in the field.
I have tried the following:
IIf([FORMS]![PrintHCFA].[Greater]=Yes,<>0,"")
This does not work. I have tried to enter quotes around my parameters and
it still does not work. I hope you can see my intent. I think the problem
is my trying to use IIf in a currency field. Suggestions will be greatly
appreciated.
to tell my query to enter a criteria of <>0 in the field.
I have tried the following:
IIf([FORMS]![PrintHCFA].[Greater]=Yes,<>0,"")
This does not work. I have tried to enter quotes around my parameters and
it still does not work. I hope you can see my intent. I think the problem
is my trying to use IIf in a currency field. Suggestions will be greatly
appreciated.