Text Box Question

  • Thread starter Thread starter Bob
  • Start date Start date
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
 
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

Similar Threads

TextBox Question! 7
Add a Credit to Script 1
Check Box to control Text Box 4
Add to a Script! 4
Text Box Query! 1
Text Box Question 8
Script for Text Box 6
Text Box Question 6

Back
Top