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 » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Counting Blanks in Non Numeric Fields



 
 
Thread Tools Display Modes
  #1  
Old April 8th, 2010, 07:26 PM posted to microsoft.public.access.reports
caro
external usenet poster
 
Posts: 15
Default Counting Blanks in Non Numeric Fields

I am trying to see how many blank spaces employees leave when filling out a
particular form. These fields are generally non numeric, though there are a
few check boxes too. Is there an equation I can use in the report footer that
would add up the total number of blanks? The goal would be to use that
information and divide it by the total number of fields to produce a
percentage of complete forms.
Many thanks,
Caro
  #2  
Old April 8th, 2010, 07:38 PM posted to microsoft.public.access.reports
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Counting Blanks in Non Numeric Fields

You'll need to decide what constitutes a "blank".

If someone enters something, then deletes it, is that a "blank"?

If someone skips past a field, is that a blank?

If someone tabs into a field and presses the spacebar, is that a blank
(looks like one to humans!)?

You could probably use code in a BeforeUpdate event for the form to check
for fields that had not been (?properly?) completed... but that's on a
one-by-one basis.

You could probably use a query against the table itself to count records
that had (your definition of) blanks in fields, any of the fields.

If you created another query that counted all records, you could calculate
total w/ any blanks divided by total.

Good luck!

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.


"caro" wrote in message
news
I am trying to see how many blank spaces employees leave when filling out a
particular form. These fields are generally non numeric, though there are
a
few check boxes too. Is there an equation I can use in the report footer
that
would add up the total number of blanks? The goal would be to use that
information and divide it by the total number of fields to produce a
percentage of complete forms.
Many thanks,
Caro



 




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:34 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.