Joins between tables

O

Ofer Cohen

When joining two tables in a query, with more then one field, if I want to
change the join from inner join to left join, I need to select each join and
change it.

Access wont let me run the query if there are differen joins between the two
tables, so why not change automatically all the joins between the fields as i
selected the first time. (The way it done in SQL Server)

Thank you.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...f7ac7d41e4&dg=microsoft.public.access.queries
 
Top