Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. IT & Infrastructure
  4. Question about MS Access (don't shoot!)

Question about MS Access (don't shoot!)

Scheduled Pinned Locked Moved IT & Infrastructure
databasequestionlearning
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pjvander
    wrote on last edited by
    #1

    Okay, here it is: Working on a project for a client where we are reading data from a closed DB via a third-party ODBC driver and the client wants to access the reports via Access. It has been a long, long time since I have used Access, and my knowledge of it is admittedly poor. I need to be able to run a report/query/whatever that only selects records of a certain date range based on the Date column in said DB. I managed to run the reports I need via the Wizard, but still need to be able to filter based on that date. The syntax of the report designer is foregin to me (wish I could just use SQL!). I know this has got to be so simple to do, I just am not catching it. :doh: Any references, etc. are GREATLY appreciated, as well as any syntax pointers for the report desginer. Thanks to all who have any information as this is a rush project and needs to be finished yesterday (of course!).

    C S 2 Replies Last reply
    0
    • P pjvander

      Okay, here it is: Working on a project for a client where we are reading data from a closed DB via a third-party ODBC driver and the client wants to access the reports via Access. It has been a long, long time since I have used Access, and my knowledge of it is admittedly poor. I need to be able to run a report/query/whatever that only selects records of a certain date range based on the Date column in said DB. I managed to run the reports I need via the Wizard, but still need to be able to filter based on that date. The syntax of the report designer is foregin to me (wish I could just use SQL!). I know this has got to be so simple to do, I just am not catching it. :doh: Any references, etc. are GREATLY appreciated, as well as any syntax pointers for the report desginer. Thanks to all who have any information as this is a rush project and needs to be finished yesterday (of course!).

      C Offline
      C Offline
      ChandraRam
      wrote on last edited by
      #2

      I remember making some MS Access reports some time ago... I think you have something called a report filter that is basically an SQL statement, to specify the data that you want reported. Hope this helps.

      1 Reply Last reply
      0
      • P pjvander

        Okay, here it is: Working on a project for a client where we are reading data from a closed DB via a third-party ODBC driver and the client wants to access the reports via Access. It has been a long, long time since I have used Access, and my knowledge of it is admittedly poor. I need to be able to run a report/query/whatever that only selects records of a certain date range based on the Date column in said DB. I managed to run the reports I need via the Wizard, but still need to be able to filter based on that date. The syntax of the report designer is foregin to me (wish I could just use SQL!). I know this has got to be so simple to do, I just am not catching it. :doh: Any references, etc. are GREATLY appreciated, as well as any syntax pointers for the report desginer. Thanks to all who have any information as this is a rush project and needs to be finished yesterday (of course!).

        S Offline
        S Offline
        S Douglas
        wrote on last edited by
        #3

        pjvander wrote:

        I need to be able to run a report/query/whatever that only selects records of a certain date range based on the Date column in said DB. I managed to run the reports I need via the Wizard, but still need to be able to filter based on that date. The syntax of the report designer is foregin to me (wish I could just use SQL!).

        If you want the filter at the report level, just add the following to the "Filter" property of the report. ColumnDate Between [StartDate] and [EndDate] Be sure to set the value of "Filter On" to Yes As the other poster indicated the "Filter" is really a simple where clause.


        I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley:

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups