Connecting Tech Pros Worldwide Help | Site Map

"Ambiguous outer joins" error when looping through querydefs

Michael Scott
Guest
 
Posts: n/a
#1: Nov 8 '07
This is driving me nuts. Can anyone help?

I have a program which searches for and analyses Access databases
across a corporate network. At one point in the code I am looping
quickly through all the querydefs in the target database to give an
idea of what we're dealing with:

For each qdf in dbsDiscoveredDatabase.QueryDefs

Closed Thread