Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

checking value in a text box on report.

Status
Not open for further replies.

grmman

MIS
Sep 9, 2003
81
US
I have a report with a lot of text boxes.
I need to check to see if the value of the text box is < 0 (- number)and if so print that line, if the value is >= 0 skip it and dont print it.
Thank for any help.

 
eh, would it not be easier to just filter out the values that's <0 in the reports underlying query?

I suppose you can reset the textbox's height/visibility in the onformat event of the report...

--------------------
Procrastinate Now!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top