Greetings,
I am very new to MS Access 2007 and have a problem I am trying to overcome. I have about 100 tables containing listings of user IDs. My task is to obtain a list of users IDs common to all 100 tables.
i.e. if I had 3 tables with the following:
Table 1
-------
George
John
Harry
Chris
Table 2
-------
John
Ben
Peter
Chris
Henry
George
Table 3
-------
Ben
Chris
George
Michael
The query should return the following:
George
Chris
How would I design this query in MS Access and would the solution scale well with approximately 100 tables?
Thanks!