Stephen Schmidt
Check me out on the web at Welcome to www.czmyt.com.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
The Access Show: Access 2010 demo of Access Services and web databases
Apr 23, 2010 at 11:38 AMThe SELECT statement syntax of Access and SQL Server are different, but you can still do a full outer join in both using the older syntax where you separate the table names with commas and do not specify any join criteria: "select c.*, o.* from Customers as c, Orders as o" for example.