• Query to return records NOT found (Access XP)

    Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Query to return records NOT found (Access XP)

    Author
    Topic
    #360395

    My clients pay me a fee once every year. I store client

    Viewing 1 reply thread
    Author
    Replies
    • #542645

      Hi Ian
      There was a wizard in Access 97 that found unmatched data …
      Your solution will probably involve two key elements

      a left join
      &
      a condition where somefieldName is Null

      e.g
      SELECT distinctrow tbl_x.fieldName FROM
      tbl_x LEFT JOIN tbl_y ON
      tbl_x.fieldName = tbl_y.fieldName
      WHERE tbl_y.fieldName IS NULL;

      It is easier with teh Wizard

      Cheers
      Geof

    • #542646

      Geof

      Thanks a lot. It is easy with the wizard!!

      Ian

    Viewing 1 reply thread
    Reply To: Query to return records NOT found (Access XP)

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

    Your information: