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

Subreports in a report?

Status
Not open for further replies.

Atomsk

MIS
Jun 3, 2003
60
US
In a report, I have a field [SeqNumber]. I also have a text box that counts the number of records returned by the query that the report is based on:

=Nz(IIf(IsNull([SeqNumber]),"0",Count([SeqNumber])))

The above works just fine in this one report, but if I add it to another report as a subreport, the string "0" will not appear if [SeqNumber] is null. Nonzero values show up just fine, though. Help anyone? Thanks.
 
Ah, guess I should have read the first page before posting. Disregard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top