Results 1 to 3 of 3
  1. #1
    TylerZ07 is offline Novice
    Windows Vista Access 2007
    Join Date
    Dec 2009
    Posts
    1

    Help with creating a Report..

    Hey everyone,

    I need to enerate an Access report which shows all the records and all the fields below. The report should be grouped by each volunteer. So, essentially it will look a bit like each individual tabs of the spreadsheet.

    1. Data filled in from the excel spreadsheet.
    a. Data comes from each individual tab. You will have to process all individual tabs to get the points.
    b. For example, from Harmon, Mike’s tab one of the many records get is:
    last-name: Harmon
    first-name: Mike
    date:2/16/07
    hours: 10
    number of calls:
    effort-type:Stand-by Crews
    event-name: Big Game Show
    class-name:
    committee-name:
    month:
    recruit-name:
    office-held:
    start-date


    So how would i go about generating this, than importing an excel file that contains all the data?


  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows XP Access 2002
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Not really a fair question. The scope is way too broad. You are almost asking for a mini application. How about breaking the problem down into pieces and then asking us specific questions about one of the pieces when you get stuck?

  3. #3
    Rawb is offline Expert
    Windows XP Access 2000
    Join Date
    Dec 2009
    Location
    Somewhere
    Posts
    875
    I'd say the first thing you want to do is the following:

    FIRST: Build a table with fields for all the data you have in Excel and then import your Excel data into the table. If your Excel data is already sorted into a table format, you can simply do this by creating a "New Table" using the "Import Wizard" and just pointing it to the Excel spreadsheet.

    SECOND: After that, if you're worried about being able to add/delete people from your data, you'll probably want to recreate your Excel Form as an Access Form. Without seeing your Excel Form's setup, I can't give you a quickie answer to this step, but Forms are pretty simple so you should be able to figure it out.

    THIRD: Then you can get started building your Report. Just make a Query to find all the data you're looking for and build a Report using the "Report Wizard" based on that Query.

    FOURTH: If you need to be able to look at specific data (say a certain person or a list of people in a specific effort-type), then you'll want another Form that you can use to filter your Query with.

    Sorry for being so broad with my answers, but your question was rather broad itself. If you have any questions about the steps above, feel free to post more specific questions in the appropriate forum.

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

Similar Threads

  1. Creating report from Word file
    By jonny in forum Reports
    Replies: 0
    Last Post: 10-15-2009, 03:10 PM
  2. Replies: 19
    Last Post: 05-12-2009, 02:59 PM
  3. Problem Creating Report
    By Access_CFO in forum Reports
    Replies: 3
    Last Post: 04-01-2009, 01:08 PM
  4. creating a report in this manner
    By jiwatramani in forum Reports
    Replies: 1
    Last Post: 11-07-2008, 11:39 PM
  5. How about creating a drop down menu in a report?
    By beastmaster in forum Access
    Replies: 2
    Last Post: 12-29-2005, 01: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