Hi all - I have a composite database - all it contains are 3 linked tables from other databases. What I need to do is do a total count of duplicates form one particular field in each of the tables. Then display instances only where the total accross the tables is >5 So, for example,
If "John Smith" appears twice in Table1!Field7
and 4 times in Table2!Field3
and once in Table3!Field5
The the query or report should display
John Smith
Table1: 7
Table2: 3
Table3: 5
Total 15
Any ideas where to start? I thought about creating a table specially to import the different fields into one field ,having the user run a delete query and an append query each time to refresh the info in the table, then running a find duplicates query based on the table. Doesn't seem very elegant though...
Thanks in advance for any help!
If "John Smith" appears twice in Table1!Field7
and 4 times in Table2!Field3
and once in Table3!Field5
The the query or report should display
John Smith
Table1: 7
Table2: 3
Table3: 5
Total 15
Any ideas where to start? I thought about creating a table specially to import the different fields into one field ,having the user run a delete query and an append query each time to refresh the info in the table, then running a find duplicates query based on the table. Doesn't seem very elegant though...
Thanks in advance for any help!