Click here to Skip to main content
Sign Up to vote bad
good
See more: MS-Access
Hi friends,
I have a MS Access database and i m working on two tables which include the fields Customer name and Booking date from CustomerMaster and PMReg table.
 
I want to display only those customer names who are not in PMReg table.
Note: In both table customer names exists.
 
My query is:
select a.customer from CustomerMaster as c,PMReg as p where a.active=p.active
and a.customer not in (select customer from PMReg)
Posted 21 Dec '12 - 23:05
Edited 21 Dec '12 - 23:23


1 solution

you can not use "not in" for access. but you can use joins and check nulls value.
See more detail from here
 
Finding records that exist in one table but not a query
  Permalink  
Comments
Maciej Los - 15 Apr '13 - 4:44
Good answer, +5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 483
1 Arun Vasu 315
2 OriginalGriff 250
3 Maciej Los 218
4 Aarti Meswania 170
0 Sergey Alexandrovich Kryukov 9,670
1 OriginalGriff 7,409
2 CPallini 3,968
3 Rohan Leuva 3,352
4 Maciej Los 2,861


Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 22 Dec 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid