Newbies swenk22 Posted June 17, 2008 Newbies Posted June 17, 2008 I got two similar db's with contact info (name, phone, address) with key identifier ID#. Similar except separated by time/years. I want to identify which contacts have dropped out of the latter db. How do I form a table of exclusive relations- in the 1st but not in the 2nd database? Thanks much!
bcooney Posted June 17, 2008 Posted June 17, 2008 1. Create a relationship from FileA to FileB by the key field. 2.Create a calc field, flag_FileAOnly = if (isempty (FileA::FileB), 1, 0) 3. Find on the flag field, and you'll have the records in FileA that do not have any corresponding match in FileB.
Recommended Posts
This topic is 6062 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now