G
Guest
I have a query, in that query is a Field - FeeNum. I am looking for only one
FeeNum. 63.....(in the Criteria section of
that field I have the IIF Statement....) If that FeeNum does not exist I get
nothing on my query and nothing on my report. BAD.
So I added a FeeNum "0" in the table with a FeeCost of $0 so if FeeNum did
not equal 63 than equal 0... which would allow the query to put a record on
the report - zero dollars - GOOD. But It doesnt work. It shows nothing when
only a FeeNum=0 or both when FeeNum=63.
How should I do it?
FeeNum. 63.....(in the Criteria section of
that field I have the IIF Statement....) If that FeeNum does not exist I get
nothing on my query and nothing on my report. BAD.
So I added a FeeNum "0" in the table with a FeeCost of $0 so if FeeNum did
not equal 63 than equal 0... which would allow the query to put a record on
the report - zero dollars - GOOD. But It doesnt work. It shows nothing when
only a FeeNum=0 or both when FeeNum=63.
How should I do it?