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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

total record count 1

Status
Not open for further replies.

JeffSabat

Programmer
Sep 15, 2003
32
0
0
PH
this is what i want to do. I created a text wherein it will display when there are no records found so i created a formula in the suppress object button.
my problem is what would be the formula. I've tried the formula 'recordnumber=0' yet the text still displays even if there are records found. obviously the formula is wrong. Pls help me what should the formula be... tnx
 
Use a data field that would always have a value if records were actually returned (would never be NULL), and test to see if it's NULL:

IsNull({Table.Field})

-dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top