Please open the Screen Print (attached), else it's not gonna makes
sense...
http://download.yousendit.com/A61005CA7194C418
SELECT DISTINCT MSysObjects.Name
FROM MSysObjects
WHERE (((MSysObjects.Name) Not Like "msys*" And (MSysObjects.Name) Not
Like "all*") AND ((MSysObjects.Type)=1));
This query lists all the tables in the database (except few) and here
is the result from the query
1110
38744
pensacola
baptist
6874
Is there a way to automatically right join these tables to
qryCrosstab? SSN is common field between all these tables.