A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

count the nulls in a report calculation



 
 
Thread Tools Display Modes
  #1  
Old April 13th, 2010, 04:39 AM posted to microsoft.public.access.tablesdbdesign
Rose
external usenet poster
 
Posts: 262
Default count the nulls in a report calculation

What is input into the label boxes to all count those fields within a
grouping that a blank. The Category is RSVPDate
--
Rose
  #2  
Old April 13th, 2010, 05:00 AM posted to microsoft.public.access.tablesdbdesign
Duane Hookom[_4_]
external usenet poster
 
Posts: 316
Default count the nulls in a report calculation

I think you mean text boxes rather than label boxes. To count the number of
records in a report section where the RSVPDate is null, you add a text box
in the Group Header or Footer with a control source of:
=Sum(Abs(IsNull(RSVPDate)))

--
Duane Hookom
MS Access MVP


"Rose" wrote in message
...
What is input into the label boxes to all count those fields within a
grouping that a blank. The Category is RSVPDate
--
Rose


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:57 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.