Text Box Question

B

Bob

Can I get a text box to show"Overdue Amount " when this text
box(tbOverDueAmount) shows anthing more than zero


Thanks in advance.........Bob Vance
 
S

Steve Schapel

Bob,

DO you mean a second textbox, almost as if it is a label? If so, set
the Control Source of an unbound textbox to something like this...

=IIf([tbOverDueAmount]>0,"Overdue Amount",Null)
 

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