Results 1 to 4 of 4
  1. #1
    mitch_pearce79 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Dec 2012
    Location
    Perth
    Posts
    15

    Is it possible to create a report that looks like a table?

    Hi All,



    Brand new to Access and to this Forum, so you can expect a few easy (stupid?) questions from me.

    I'm planning the tables and relationships for a very basic project management tool to assist us at work. What I should end up with once its all done is three related tables as per below.

    TRIP ID Job ID Task
    Primary Key
    eg. TRIP00001 JOB0001 Nest Marking

    PERSON ID Surname Given Name(s) Etc
    Primary key
    eg. PERSON00001 Pearce Mitch

    TRIP PERSON ID Trip ID Person ID Start Date End Date
    Primary key
    eg. TP0000001 TRIP00001 PERSON0001 11 Dec 2012 23 Dec 2012

    Would it be possible, do you think, to generate a report using the data in the above tables to display as per below.
    Date Day Mitch Pearce Person2 Person 3 Etc
    08 Dec 2012 Saturday
    09 Dec 2012 Sunday
    10 Dec 2012 Monday
    11 Dec 2012 Tuesday Nest Marking
    12 Dec 2012 Wednesday Nest Marking
    13 Dec 2012 Thursday Nest Marking
    14 Dec 2012 Friday Nest Marking
    15 Dec 2012 Saturday Nest Marking
    16 Dec 2012 Sunday Nest Marking

    Hope the question makes sense!

    Regards,

    Mitch

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,603
    You want to show records that don't exist. You have a date range (begin/end) and want to show a record for each day within that range. Only method I can see would require VBA procedure and a 'temp table'. Not an easy task for someone new to databases and programming.

    You might find this discussion of interest https://www.accessforums.net/databas...ses-18459.html
    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
    mitch_pearce79 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Dec 2012
    Location
    Perth
    Posts
    15
    Thanks... Possible is good. The report table above approximates the current practice (albeit in a MS Excel spread sheet) for the management of field scientists. Date down the side, names accross the top and field trip assignments or periods of unavailability in the table.

    Can you recommend another way to display the data that would be easier from a MS Access perspective? (i.e. still allowing the user visibility across all field scientists for each day of the year). Maybe some kind of calendar view?

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,603
    Only way I know to manipulate the data for the output you want or like the examples in the referenced link will is with VBA.
    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.

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

Similar Threads

  1. Replies: 3
    Last Post: 10-02-2012, 12:25 PM
  2. Replies: 5
    Last Post: 05-02-2012, 07:56 AM
  3. Replies: 2
    Last Post: 12-20-2011, 07:33 AM
  4. Replies: 1
    Last Post: 12-16-2011, 08:16 AM
  5. how to create report
    By ngu059 in forum Reports
    Replies: 3
    Last Post: 01-19-2011, 04:46 PM

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