Results 1 to 3 of 3
  1. #1
    tmartin is offline Advanced Beginner
    Windows 8 Access 2013
    Join Date
    Mar 2015
    Posts
    37

    Report - How to deal with Missing Data


    I have attached a prototype where there are two queries. I have a field called Type in the table temp that can have three values (PAYMENT, ENDORSEMENT, or NEW BUSINESS)

    HOw do I modify the report for the situation whereby not all three TYPE's might not be exist for the query.
    Attached Files Attached Files

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    Perhaps the Nz() function is what you are looking for.
    https://msdn.microsoft.com/en-us/lib.../ff195223.aspx

  3. #3
    tmartin is offline Advanced Beginner
    Windows 8 Access 2013
    Join Date
    Mar 2015
    Posts
    37
    Problem Solved! Hurray ..... Found the solution while searching online and implemented the change, It worked
    If your query requires a fixed set of columns and the query returns less, then input a list of the default Column Headings required for the report

    Solution is:

    Go to Cross_Tab Query
    Select Design View
    Select Properties
    Select the column of interest
    Under properties add "ENDORSEMENT";"PAYMENT";"NEW BUSINESS" to Column Headings

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

Similar Threads

  1. Data in query table missing from report
    By nick.muir2 in forum Reports
    Replies: 2
    Last Post: 07-10-2013, 05:18 PM
  2. Replies: 2
    Last Post: 03-05-2013, 10:52 PM
  3. Missing check box data in report
    By Reaper in forum Reports
    Replies: 2
    Last Post: 01-31-2012, 07:27 AM
  4. Missing data in report
    By newtoAccess in forum Reports
    Replies: 1
    Last Post: 12-01-2010, 10:40 AM
  5. Grouped Report Missing Data
    By travismd in forum Reports
    Replies: 1
    Last Post: 11-30-2009, 11:08 AM

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