Webmaster@worksnotfun.com
Registered User.
- Local time
- Today, 19:56
- Joined
- Jan 28, 2002
- Messages
- 15
I have a textbox called recordcount, control source =1, and running sum is set to overgroup. In the report footer I have a text box which is set to count the number. There is no query. The control Source is =([recordcount]). This works as long as there is data, but as soon as there is no data, it reports 1. I've played with both the Nz & Iff. I.e. =IIf(Nz([RecordCount])="",0,Count([RecordCount])), now the report can't find Recordcount.
Teresa
Teresa