Results 1 to 4 of 4
  1. #1
    gibsonmurphy is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2014
    Posts
    2

    DB Setup and Reporting Dilemma HELP!

    I am having an issue with creating a report so please read this I am not sure if it should be under a table, query or report catagory.

    First of all, My skill level in access is Basic Advanced - Always Learning. I work for an event company and we do many conferences where 1 attendee takes multiple classes.


    The feed from the registration is in 1 table (and will have to stay in one table - so I would like for this to work based on this parameter). There is other information in the table too it is formatted as 1 line as follows: firstname, lastname, day1class, day2class, day3class, day4class, day5class, confirmation number(primary key) and additional event related columns. The reports that I typically run are a master list (providing all information in 1 report), a sign in sheet seperated by each class and day, attendee list and a daily class summary.



    The last report mentioned above is the daily class summary. This report lists on 1 page every class and its totals for that day the report is 6 pages 1 for each day. My question is... how can I create a report that its first sorted by day, then by class on one page so I can see an "at-a-glance" of all days, classes and how many attendees. I am able to do this on multiple pages but again I want this on 1 page.

    If you have further questions, Please let me know.

    If this can be figured out I would SOOO greatly appreciate it.

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    Normalize your data by using additional table(s). You should be storing your day2class, day2class, etc. data in another table. Each class would have its own row/record in this new table. The key value for the associated student would be stores in a field in this new table as a foreign key value.

  3. #3
    gibsonmurphy is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2014
    Posts
    2
    Since the table that the data is fed into is tied into an online reporting system I cannot move the data into additional tables. So I need to know if it is at all possible to do this based on the condition the table is now. Does anyone know about Pivot Queries would this work??

  4. #4
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    How you export your data should have little to do with how you manage your data.

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

Similar Threads

  1. New record in subform positioning dilemma
    By rttrent in forum Programming
    Replies: 4
    Last Post: 06-11-2013, 06:20 AM
  2. Help with reporting
    By stevo7624 in forum Access
    Replies: 1
    Last Post: 09-03-2012, 09:54 PM
  3. reporting
    By jaykappy in forum Reports
    Replies: 10
    Last Post: 02-16-2012, 03:02 PM
  4. Relationship Dilemma? I think??
    By Palomino33 in forum Access
    Replies: 17
    Last Post: 10-06-2011, 08:52 PM
  5. Design dilemma; multiple tables with same foreign keys?
    By squirrly in forum Database Design
    Replies: 9
    Last Post: 08-16-2011, 10:43 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