G
George Seese
I have a 4-table database provided from a "Learn Word VBA" book.
Trying to learn the patterns found in the SQL statement, especially in the
FROM / INNER JOIN ON.
I first made a query with only one table.
Then added another related table. The FROM was understandable.
When I select all four tables, I don't understand the syntax or format of
the SQL statement.
For example it shows (Customer.ID = Product.ID). These tables are not
related.
The VBA code works; I'm just curious about the format.
Where can I learn nore about this?
Also, what happens if you select the tables in a different sequence than the
normal?
That doesn't change any relationships does it? It does make a confusing
diagram.
Thanks,
George
Trying to learn the patterns found in the SQL statement, especially in the
FROM / INNER JOIN ON.
I first made a query with only one table.
Then added another related table. The FROM was understandable.
When I select all four tables, I don't understand the syntax or format of
the SQL statement.
For example it shows (Customer.ID = Product.ID). These tables are not
related.
The VBA code works; I'm just curious about the format.
Where can I learn nore about this?
Also, what happens if you select the tables in a different sequence than the
normal?
That doesn't change any relationships does it? It does make a confusing
diagram.
Thanks,
George