Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vba

Status
Not open for further replies.

dorandoran

Programmer
Oct 11, 2004
48
US
Is there a VBA to create right join from table [ALL] to all the tables that resulted from qryTable using SSN ?

qryTables

SELECT DISTINCT MSysObjects.Name
FROM MSysObjects
WHERE (((MSysObjects.Name) Not Like "msys*" And & _
(MSysObjects.Name) Not Like "all*") AND ((MSysObjects.Type)=1));
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top