Results 1 to 3 of 3
  1. #1
    azhar2006's Avatar
    azhar2006 is offline Expert
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2012
    Posts
    528

    What function to use this process

    Hi all


    I have a model 4 text box based on the fields in table I (ِِA) and (B) and third (C) and (D).
    And also there is an unstructured text box is the fifth name (H).
    What I want is how I show my total text boxes where values only in informal text box (H)
    A B C D H
    55 21 20 3
    67 1
    68 44 50 22 4
    11 10 2

    I tried using the function DCount But to no avail


  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,902
    Aggregate functions are for evaluating column of data. If you want to count columns that have data in each record:

    =IIf(IsNull(A),0,1) + IIf(IsNull(B),0,1) + IIf(IsNull(C),0,1) + IIf(IsNull(D),0,1)
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    azhar2006's Avatar
    azhar2006 is offline Expert
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2012
    Posts
    528
    Thank yougorgeous,John

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Ask a process amounts
    By azhar2006 in forum Queries
    Replies: 4
    Last Post: 01-14-2014, 01:06 PM
  2. How to process a assembly of parts together..
    By Stephanie53 in forum Access
    Replies: 2
    Last Post: 03-21-2013, 06:23 AM
  3. Help with Normalisation Process
    By supermessiah in forum Database Design
    Replies: 2
    Last Post: 02-26-2013, 12:36 PM
  4. Need help to simplify this process
    By shanea.kr in forum Access
    Replies: 1
    Last Post: 07-10-2012, 01:40 PM
  5. Efficient Process?
    By compooper in forum Database Design
    Replies: 1
    Last Post: 06-14-2011, 03:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums