Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9190351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T20:26:29+00:00 2026-06-17T20:26:29+00:00

I have an access 2010 report that pulls from a query. The query has

  • 0

I have an access 2010 report that pulls from a query. The query has a Date, Name, and ID. What I’d like is a drop down box at the top of the report that filters on Date. So when a user selects a date, the report would refresh and show the results form the query for that date only. I can’t seem to get this to work and need some direction.

Thanks in Advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T20:26:30+00:00Added an answer on June 17, 2026 at 8:26 pm

    You can open a report with arguments.

     DoCmd.OpenReport ReportName, View, FilterName, WhereCondition, _
        WindowMode, OpenArgs
    

    ( http://msdn.microsoft.com/en-us/library/office/bb238032(v=office.12).aspx )

    This means that you can create a form using the MS Access form wizards and either add a combobox that shows all available dates, or just a textbox formatted to accept dates and use that as the basis of a where statement. Add a button to run the report and set the click event to something like:

     DoCmd.OpenReport "ReportName", acViewPreview, , _
        "MyDate=#" & Format(Me.txtDate,"yyyy/mm/dd") & "#"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some VBA in Access 2010 that runs a query and exports the
I have an Access 2010 database with information from Geonames. The table name is
I have chart inside a report in Microsoft Access 2010 that gets its RecordSource
I have a database in access 2010. A have a table that has some
I have an Access 2007 report that prompts for a range of dates. It
I have encountered a problem in Access 2010 for Windows: Launch a report using
I have a 2010 Access Database that I split for so multiple users can
I have three SharePoint lists that are linked to an Access 2010 database. I'm
I have the following query in access used in a report for data selection.
I have a complex query in Access 2010 where: query1 is a query WHERE

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.