PC Review


Reply
Thread Tools Rate Thread

Counting Blanks in Non Numeric Fields

 
 
caro
Guest
Posts: n/a
 
      8th Apr 2010
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
 
Reply With Quote
 
 
 
 
Jeff Boyce
Guest
Posts: n/a
 
      8th Apr 2010
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" <(E-Mail Removed)> wrote in message
newsEB5FA89-872E-4F13-8744-(E-Mail Removed)...
>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



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Blanks and Non blanks Rover Microsoft Excel Programming 5 9th Apr 2008 11:15 AM
Blanks non blanks in filter =?Utf-8?B?VGF5bG9yTGVpZ2g=?= Microsoft Excel Misc 2 14th Sep 2007 03:27 PM
counting or summing non-numeric fields =?Utf-8?B?YmVha2Vy?= Microsoft Access Queries 4 30th Jul 2007 03:42 PM
Non numeric axis vs non-numeric axis =?Utf-8?B?d2luZHlfb2xkX21hbg==?= Microsoft Excel Charting 1 21st Oct 2006 04:04 PM
Adding 'Blanks' & 'Non-blanks' to a filter combo box Robin Microsoft Access VBA Modules 2 2nd Aug 2006 05:48 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:25 AM.