Results 1 to 2 of 2
  1. #1
    tmcrouse is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Apr 2009
    Posts
    169

    Help with proper where portion

    select fl2011.pol, fl2011.customer, fl2011.fam, kasep11.fam
    from fl2011 inner join kasep11 on fl2011.pol = kasep11.pol
    where (([fl].[fam]<>[kasep11].[fam]))



    The goal is to match my policy numbers but I want only those FAM's that are different in the kasep11 table compared to the fl2011 table.

  2. #2
    tmcrouse is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Apr 2009
    Posts
    169
    Nevermind I just figured it out.

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

Similar Threads

  1. Proper Error Trapping
    By SemiAuto40 in forum Programming
    Replies: 6
    Last Post: 08-11-2011, 10:22 AM
  2. Need Help with portion of this design
    By shelzmike in forum Database Design
    Replies: 4
    Last Post: 07-01-2011, 05:28 PM
  3. Proper way to handle a flag system
    By trb5016 in forum Access
    Replies: 0
    Last Post: 08-25-2010, 01:20 PM
  4. Proper way to store Names
    By trb5016 in forum Database Design
    Replies: 5
    Last Post: 08-22-2010, 10:16 AM
  5. Replies: 1
    Last Post: 06-09-2006, 05:44 PM

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