I've got a column (text box) 'bid' that prints out a currency amount. If the amount is $0.00, I wish the output to be blank. I changed the Control Source from 'bid' to =iif([bid] = 0, "", [bid]) but only get errors. My 3rd party references don't cover this technique.
-with thanks, Mike Scott
-with thanks, Mike Scott