Results 1 to 4 of 4
  1. #1
    tmartin is offline Advanced Beginner
    Windows 8 Access 2013
    Join Date
    Mar 2015
    Posts
    37

    Help

    I have two tables: Transactions and Employee's. There is a 1 to many relationship between tables. The employeeID is a foreign key in Transactions table.
    I want to extract a list of employees who have never had any transactions. If I use the Groupby and select Count I will get a list of employees and the number of transactions. For those employee's who have no transactions their name never shows up in the list. I tried setting the criteria to >=0 , =0 and this did not work.



    I have put together a form to allow the employer to delete accounts that no transactions. For those employee's who no longer work there but have transactions I have implemented an four states login security configuration: owner, Manager, employee, and inactive. For those no longer employee are then just put to inactive.

    Any ideas?

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,641
    Try the unmatched query wizard.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    tmartin is offline Advanced Beginner
    Windows 8 Access 2013
    Join Date
    Mar 2015
    Posts
    37
    That did what I needed. for some reason just overlooked that capability. Thanks agin

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,641
    No problem. By the way, in the future, a more descriptive thread title will help users searching for answers to their questions.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

Please reply to this thread with any new information or opinions.

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