Hide Text Box When 0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a text box in a footer that has an expression as a control source. I
want the value hidden when it is "0". How can I do this? Thanks.
 
I have a text box in a footer that has an expression as a control source. I
want the value hidden when it is "0". How can I do this? Thanks.

Set the Format property of the control to:
#;-#;""

Look up
Format Property + Number and Currency datatype
in Access help.
 
thanks fred

fredg said:
Set the Format property of the control to:
#;-#;""

Look up
Format Property + Number and Currency datatype
in Access help.
 

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

Back
Top