OK I know this is a easy one I am just stumped on it and can't find any good info in access help
I have
Master table Contains All users (CN=key field)
Active table Contains Active users (CN has multiple user entries)
both join on CN
How do I query for the the non-active users?
I have tried Not and <> in Master.CN for criteria example: <> [Active]![CN]
I have also tried as an expression
I still seem to be getting 311 ( Active records ) or
924 ( Master records) I need the difference of 613 records in a make table query called Inactive
Thanks in advance
I have
Master table Contains All users (CN=key field)
Active table Contains Active users (CN has multiple user entries)
both join on CN
How do I query for the the non-active users?
I have tried Not and <> in Master.CN for criteria example: <> [Active]![CN]
I have also tried as an expression
I still seem to be getting 311 ( Active records ) or
924 ( Master records) I need the difference of 613 records in a make table query called Inactive
Thanks in advance