G
Guest
I have a query that gathers info from two tables: FeeNum Table & FeeCosts
Table
In the FeeNum Table I have a Field FeeNum which has all numbered Fees
In my query I have an IIF statement for the FeeNum Field
IIF([FeeNum]=63,63,0)
What I want is: if there is not a feeCost for FeeNum=63 Show FeeNum=0 which
has a FeeCost=$0.00
What happens is I get both FeeNum=63 and feeNum=0 or
if feeNum=63 doe not have a FeeCost, I get nothing!
Table
In the FeeNum Table I have a Field FeeNum which has all numbered Fees
In my query I have an IIF statement for the FeeNum Field
IIF([FeeNum]=63,63,0)
What I want is: if there is not a feeCost for FeeNum=63 Show FeeNum=0 which
has a FeeCost=$0.00
What happens is I get both FeeNum=63 and feeNum=0 or
if feeNum=63 doe not have a FeeCost, I get nothing!