Results 1 to 3 of 3
  1. #1
    finlain is offline Novice
    Windows XP Access 2003
    Join Date
    Mar 2010
    Posts
    6

    Talking Table, Query, Report

    I created my table importing external data. I created a query to get my data only. I created a report and manipulated it to get to look the way I want.
    Now when I run the report it always pulls in all the records in mthe table. I want to run the report for just February data now, but it gives me all records from January 1, 2010 through now. i know I have done this before many times but I have tried several options.
    I created a filter to get just the records I want in the report etc etc.


    I know I am misssing something very simple here

  2. #2
    smyers is offline Novice
    Windows XP Access 2003
    Join Date
    Apr 2010
    Posts
    3
    I'm not an acess expert, but I would create a query with a condtion (date range or month) off of a form with a report preview button (this will allow you to run anytime with different variables), set your record source of your report to the new query with the form criteria.

  3. #3
    Join Date
    May 2010
    Posts
    339
    You could use a parameter query. Open a new query pull in all the relevant fields. If you have a field that holds dates put this in the criteria.

    Code:
     
    [Enter a date] or Like [Enter a date] & "*"

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

Similar Threads

  1. Replies: 2
    Last Post: 03-14-2010, 07:27 PM
  2. Replies: 0
    Last Post: 02-24-2010, 12:56 AM
  3. Query, Form, or Report to a word doc table
    By cowboy in forum Access
    Replies: 3
    Last Post: 01-20-2010, 02:30 PM
  4. Replies: 2
    Last Post: 10-27-2009, 07:09 AM
  5. Replies: 1
    Last Post: 02-02-2009, 05:52 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