I have a field on a report that shows the Salesrep code. The underlying table field is text, but only 2300 out of 7400 records have an entry. I want to display "NA" when ther is no entry for that field. My query shows an empty field when run, I have tried quite a few things but I only get a #Error. This is my latest attempt:
=IIf([SalesRep]=" ","NA",[salesrep])
But apparently it is not a space. I have tried IsNull, IS Empty, ""(zero Length string). Any suggestions?
Thanks, Ken.
- If you are flammable and have legs, you are never blocking a fire exit.
Mitch Hedburg
=IIf([SalesRep]=" ","NA",[salesrep])
But apparently it is not a space. I have tried IsNull, IS Empty, ""(zero Length string). Any suggestions?
Thanks, Ken.
- If you are flammable and have legs, you are never blocking a fire exit.
Mitch Hedburg