Outer Join?

  • Thread starter Thread starter Guest
  • Start date Start date
Hi,


Nope. It just allows the syntax in the FROM clause:


.... FROM table1 LEFT JOIN table2 ON ...


as example. It does not support full outer (use two outer joins), neither
union join (explicitly pad fields with nulls).



Hoping it may help,
Vanderghast, Access MVP.
 
Back
Top