• Problem with SQL? (A2k (9.0.4402) SR-1)

    Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Problem with SQL? (A2k (9.0.4402) SR-1)

    Author
    Topic
    #362726

    Problem with SQL?

    A2k (9.0.4402) SR-1

    I have four records with the following record create dates:

    11/07/01
    11/08/01
    11/08/01
    11/09/01

    This SQL returns all four records:

    strSQLSELECT s.lngBPermitID INTO tblResultsBP
    FROM qrytblBPermit s
    WHERE s.dtmDateCreate >= #11/07/01#
    AND s.dtmDateCreate = #11/08/01#
    AND s.dtmDateCreate = #11/07/01#
    AND s.dtmDateCreate <= #11/08/01# ORDER BY strPermitNo

    What is wrong with the second and third SQL statement?

    Thanks, John Graves

    Viewing 1 reply thread
    Author
    Replies
    • #551492

      Hi John,
      I can’t see anything obviously wrong with the SQL so I have a quick question – how were the dates entered? Is it possible that there is a time element in there that is not being displayed? That might account for the lack of records being returned.
      Hope that helps.

      • #551682

        Hi Rory

        I’m running the SQL from a query, date field displays as 11/08/01 (I see no time), query is based on table with date field defined as m/d/yyyy 99/99/0000;0;_

        Any other aresa to look at?

        John

        • #551690

          Hi John,
          If you format the field in the query as Long Time does it display 00:00:00?

          • #551739

            Hi Rory

            WOW!

            Another Rookie mistake, I’m updating Record Create and Update fields with Now()

            1. What syntax in a update query can I use to remove the time and start using Date()?

            2. How could I adjust the SQL to handle the date and time and continue using Now()?

            John

            • #551741

              Hi John,
              Been there done that! grin You’re not alone….
              You can update the dtmDateCreate field to Format([dtmDateCreate], “dd/mm/yyyy”) which should get rid of the time portion. (You can change the date format according to your needs.)
              You could also adjust your query to use something like:
              CreateDate: Format([dtmDateCreate],”dd/mm/yyyy”)
              and set your date criteria for this field.
              Hope that helps.

    • #551760

      Have you tried changing AND to OR?

      • #551766

        Hi,
        That would return all records since every date is either = any given date.

    Viewing 1 reply thread
    Reply To: Problem with SQL? (A2k (9.0.4402) SR-1)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: