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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing Access Tables Via ODBC

Status
Not open for further replies.

Bondzai

Programmer
Jan 25, 2002
1
GB
I have Access tables with Outer Join relationships.

When I run a query using these relationships the SQL generated produces Join statements with Right Outer Joins.

However I get ambigous outer join error messages when I try to run the query.

If I edit the SQL to Left Outer Join the query runs fine.

I do not want to have to edit the SQL every time I use these relationships in my query.

I have read the BO Access user guide and checked the .prm file and every thing seems to be OK.

What can I do to ensure that designer generates the correct Left Join Statement.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top