Results 1 to 3 of 3
  1. #1
    Whehir is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    1

    Question Creating Dummy Fields in a Report

    I have a Report that pulls an assortment of information from a query. In the first column of the Report I have a Variable that pulls from the parent query. In the second column I have another variable (one of three - call them x, y, and z).

    The problem is that x, y, and z will only populate in the second column if they are in the data I am using.

    Example (Problem)

    Column1 Column2
    Variable A y
    z

    Variable B x
    z

    Instead I need the report to have the following order

    Column1 Column2
    Variable A x


    y
    z

    Variable B x
    y
    z


    I thought of creating dummy variables in the data, but it becomes time consuming because the Report needs to be pulled quickly everyday and there are a number of Variables in Column1.

    Any help on this issue would be greatly appreciated!!

  2. #2
    Robeen is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Location
    Tulsa, Oklahoma.
    Posts
    1,596
    Have you tried grouping your Report by Column1 & then sorting by Column2?
    Perhaps you could show us a screenshot of some of your data? You can use dummy data if you want.
    I'm not sure I totally understood your scenario.

  3. #3
    Bdowns is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Feb 2012
    Posts
    28
    I believe i have the same problem as you. I am trying to group by fish species, then habitat they were observed in, then the count. Some fish were never observed in certain habitat types so the report does not have a consistent layout. I would like to see all habitat types repeated for each fish, even if the count was zero. If you figure this issue out, please let me know. I will do the same. thanks

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

Similar Threads

  1. Creating a unique index on two fields
    By Paul H in forum Database Design
    Replies: 3
    Last Post: 11-03-2011, 10:15 AM
  2. Creating a query not between 2 date fields
    By daz2932 in forum Access
    Replies: 3
    Last Post: 08-18-2011, 01:39 PM
  3. Creating Custom Fields
    By RudeRam in forum Queries
    Replies: 3
    Last Post: 08-01-2011, 01:09 PM
  4. Replication. (Master and Dummy DBs)
    By OrangePie in forum Access
    Replies: 1
    Last Post: 07-28-2011, 03:10 PM
  5. Creating Report using Text boxes & db fields
    By Nancy J. in forum Reports
    Replies: 13
    Last Post: 07-20-2009, 07:09 AM

Tags for this Thread

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