A
Ali
Weird question... how do I produce a Cartesian Table in Access using the
JOIN syntax? For example in SQL Server you could write
SELECT a.SomeField
FROM SomeTable1 a, SomeTable b
Is there a way to do this using the TableName JOIN OtherTableName syntax?
JOIN syntax? For example in SQL Server you could write
SELECT a.SomeField
FROM SomeTable1 a, SomeTable b
Is there a way to do this using the TableName JOIN OtherTableName syntax?