Results 1 to 12 of 12
  1. #1
    Amazingmin is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Feb 2014
    Location
    Norfolk, England
    Posts
    5

    Help for a beginner with tables and reports

    Hi everyone,


    This is my first post here. I'm a raw beginner at Access, and I'm using Access 2007. What I want to do sounds fairly simple but my limited knowledge is stopping me. What I want to do is to create a table with data, (I can manage that OK !) then be able to select multiple rows from that table, and put them into a report that can be printed. If anyone could point me in the right direction I would be most grateful.

  2. #2
    trevor40's Avatar
    trevor40 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Feb 2014
    Location
    Australia
    Posts
    407
    At the very basic level you could try the report wizard, just follow the prompts. then try the query wizard, and use this to filter the required records, then base the report on the query.

  3. #3
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,848
    Trevor has certainly identified the basics. Have you tried google and youtube to find some instructional videos? There are many out there -- 599CD has a full set on intro to Access 2010.
    Good luck.

  4. #4
    Amazingmin is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Feb 2014
    Location
    Norfolk, England
    Posts
    5
    Quote Originally Posted by trevor40 View Post
    At the very basic level you could try the report wizard, just follow the prompts. then try the query wizard, and use this to filter the required records, then base the report on the query.
    Thanks for the advice so far, it is very much appreciated. I have been studying tutorials etc. and I'm beginning to pick up some of the fundamentals. I can run some simple queries, but what I need to be able to do is manually select rows of the data and send them to a report for printing. Sounds simple, and it probably is, but I can't find a solution anywhere so far......

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,628
    Sorry, Access tables/queries won't work that way. A spreadsheet allows manual selection of rows and printing the selected rows.

    In Access have to filter records in table/query. That filtered query can be the RecordSource for a form or report.
    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.

  6. #6
    trevor40's Avatar
    trevor40 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Feb 2014
    Location
    Australia
    Posts
    407
    Ok you could try this,
    add a field to your table called chk_to_print as a yes/no field type
    Also add the to your form, you could then select the records you want to report on by filtering the report by that field,
    if you have based the report on a query, add the field the query as well and then in the critera for that field enter yes or no to see only those records in the report

  7. #7
    trevor40's Avatar
    trevor40 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Feb 2014
    Location
    Australia
    Posts
    407
    my mistake, use a true/false field for this and set the criteria to true or false

  8. #8
    Amazingmin is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Feb 2014
    Location
    Norfolk, England
    Posts
    5
    Quote Originally Posted by trevor40 View Post
    my mistake, use a true/false field for this and set the criteria to true or false
    There isn't a "True/False" field option in the drop down list in access 2007?

  9. #9
    trevor40's Avatar
    trevor40 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Feb 2014
    Location
    Australia
    Posts
    407
    brain! mixied up with vba

  10. #10
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,848
    How do you identify the records you want to print?
    Create a query to select those and use that as the recordsource for the report.

    OR
    Create a filter on the existing recordset and apply the filter when you Open the Report

    see Report OpenArgs (use Google)

  11. #11
    Xipooo's Avatar
    Xipooo is offline Sr. Database Developer
    Windows 8 Access 2013
    Join Date
    Jan 2014
    Location
    Arizona
    Posts
    332
    First, create and save a query that selects those fields you want to display on your report.
    Second, create a new report and add a TextBox for each field in the "Details" section of the report.
    Third, in the RecordSource of the report, select the query you created in step 1.
    Fourth, in each TextBox go to the properties of the text box and under the "Data" tab, in the "Control Source" option type in the name of the field from your query that you want to display in that text box.

  12. #12
    Amazingmin is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Feb 2014
    Location
    Norfolk, England
    Posts
    5
    Thanks everyone for your help. Trevor's solution worked great for me, but I'll try the other ideas as well to see how they work too.

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

Similar Threads

  1. Designers Do You Use Pivot Tables in Yoiur Access Reports?
    By TReimiller in forum Database Design
    Replies: 5
    Last Post: 01-05-2014, 02:29 AM
  2. Replies: 4
    Last Post: 04-12-2012, 02:38 AM
  3. Problem with tables (beginner)
    By alouest in forum Access
    Replies: 5
    Last Post: 04-05-2012, 12:08 PM
  4. Daily reports from date range tables?
    By sparker in forum Database Design
    Replies: 0
    Last Post: 03-29-2010, 11:07 AM
  5. Beginner - 3 tables in 3 loops
    By dsasorin in forum Database Design
    Replies: 2
    Last Post: 03-20-2010, 06:22 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