Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    WhatnThe is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Dec 2009
    Posts
    50

    Access Reports

    I want to run a report of data in one of my tables. I need to run a report based on a date. How can I generate a report that asks for a date before giving a report?

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    Why not have a "Run-a-Report" form that asks for a date and then passes the value to the Report or query?

  3. #3
    WhatnThe is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Dec 2009
    Posts
    50
    Will show you want I have later RuralGuy you can see what I have. I am not doing something right. Sorry for the late replay, but I have had a lot going on over the last few days.

  4. #4
    WhatnThe is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Dec 2009
    Posts
    50

    Access Reports Help

    I combined the two threads. RG - Moderator

    I have already started a thread with the same question, but I was unable to locate & add to it so I started a new thread.

    I have uploaded a sample of my database, I want to create a report based on one of my tables. My data entry form is used to add daily info on the jobs we run, i.e part number, quantity ran, pieces produced, & scrap.

    I need to be able to generate a report based on dates and job number. I mean if I want to see out scrap rate I want to be able to select a date range and job number and generate a report based on that. Is there a way to be prompted to enter the information and then get the report from that?

    Is it possible to create a form you where you could input the data you want in the report?

    Are there any examples I could take a look at?
    Last edited by WhatnThe; 01-18-2010 at 11:24 AM.

  5. #5
    WhatnThe is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Dec 2009
    Posts
    50
    Quote Originally Posted by RuralGuy View Post
    Why not have a "Run-a-Report" form that asks for a date and then passes the value to the Report or query?
    Is it done the same way as the data entry form?

  6. #6
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    Quote Originally Posted by WhatnThe View Post
    Is it done the same way as the data entry form?
    Pretty much, yes.

  7. #7
    jbarrum is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Apr 2009
    Location
    Houston, Tx
    Posts
    164
    you could just go to the query that the report is built off. Open the query in design view and on the date field put in the criteria [enter date]. Include the brackets. The information you put in the brackets is mearly what will show as prompt when the query is ran. As long as your report is built off of this query it will prompt the user to enter a date.

  8. #8
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    One of the big advantages of using a form is you can use a Calendar control such as one of these to get the value and eliminate input validation.

  9. #9
    jbarrum is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Apr 2009
    Location
    Houston, Tx
    Posts
    164
    great point.

  10. #10
    WhatnThe is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Dec 2009
    Posts
    50
    I will give it a try and let you know how it worked out for me. Thanks all

  11. #11
    carlmdobbs is offline Novice
    Windows XP Access 2007
    Join Date
    Jan 2010
    Location
    Maryland
    Posts
    26

    Free answer to your question from a profesional, Carl Dobbs.

    Quote Originally Posted by WhatnThe View Post
    I want to run a report of data in one of my tables. I need to run a report based on a date. How can I generate a report that asks for a date before giving a report?
    Simply make a parameter report as its recordsource. It will ask for the date with a pop-up box when it is opened. You can also do it in VBA code if you want a field on a form to do it. If you want me to explain it in detail you can call me at 301-534-6056 after 7 tonight and I can talk to you at length. I'm Carl and my email is carlmdobbs@gmail.com. I am a professional tutor but you get advice free for this blog answer.

  12. #12
    WhatnThe is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Dec 2009
    Posts
    50
    I am having a little difficulty with the using creating an access form to generate a report based on its content. Could anyone point me in the right direction.

    I did use "jbarrum" suggestion [What date] but this pointed me to another question. When I generate a report is there a message I can add is there is no information to be displayed?

    Also would it be possible to use a word template to the report that gets generated?

    I would really like to use a form to do what I am looking to accomplish so any help with this would be helpful. I could upload a sample of my database if that would help.

  13. #13
    carlmdobbs is offline Novice
    Windows XP Access 2007
    Join Date
    Jan 2010
    Location
    Maryland
    Posts
    26

    Change a form into a report.

    Open the form whose information you want in a report. Click the blue ball at the top of the screen if this is made in Access 2007. Click "Save Object As". It will prompt you for a new name. The drop-down list allows you to save it as a report.

  14. #14
    WhatnThe is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Dec 2009
    Posts
    50
    I am still having issues with creating a form that will allow me to run a report. I don't know where to locate the code nor can I find an example that will show me the code in action.

    I would appreciate any assistance.

    Basically what I have tried to do is create a form where I can run a report based on any or all values imputed into the form. Can anyone point me in the right direction?
    Last edited by WhatnThe; 01-25-2010 at 12:05 PM.

  15. #15
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    It looks like you have not even started to open your report. If you make the attempt we can offer suggestions on what to change to get it to work.

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Cannot edit reports in Access 2007
    By sconard in forum Reports
    Replies: 3
    Last Post: 12-23-2009, 08:06 AM
  2. Access Reports using Northwind '07 form
    By racerklm in forum Reports
    Replies: 0
    Last Post: 11-09-2009, 09:08 PM
  3. The ampersand sign (&) and Access reports
    By tigers in forum Reports
    Replies: 2
    Last Post: 09-28-2009, 08:23 AM
  4. Formating a control in MS Access Reports
    By Alex Motilal in forum Access
    Replies: 3
    Last Post: 11-15-2008, 09:09 PM
  5. Access Reports
    By Mxcsquared in forum Reports
    Replies: 18
    Last Post: 01-04-2006, 10:32 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