Iff question

E

EllenM

Hello,
I a field that I'd like to appear only if it is not zero. In that case I'd
like it to show up with an "A" next to it.

For instance if [MonA]=4, I'd like for it to show up as 4A.

Thanks in advance for your help.

Ellen
 
E

EllenM

Thanks, Doug. It worked beautifully!!

Douglas J. Steele said:
IIf([MonA] <> 0, [MonA] & "A", Null)

--
Doug Steele, Microsoft Access MVP

(no private e-mails, please)


EllenM said:
Hello,
I a field that I'd like to appear only if it is not zero. In that case
I'd
like it to show up with an "A" next to it.

For instance if [MonA]=4, I'd like for it to show up as 4A.

Thanks in advance for your help.

Ellen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top