Discussion on:

2
Comments

Join the conversation!

Follow via:
RSS
Email Alert
Please correct the SQL statement shown in listing A. The statement currently shown produces a "Syntax error in FROM clause" error message. The correct SQL statement is:

SELECT Products.ProductName, [Order Details].UnitPrice, [Order Details].Quantity, Customers.CompanyName
FROM (Customers
INNER JOIN Orders ON Customers.CustomerID = Orders.CustomerID)
INNER JOIN (Products INNER JOIN [Order Details] ON Products.ProductID = [Order Details].ProductID)
ON Orders.OrderID = [Order Details].OrderID
WHERE ((([Orders].[ShipCity])="Madrid"));
It is good to see internal movement in query. thanks for this article.
for ON and OFF of registry value setting from ms-access, I use
advapi32.dll in system32 directory.
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.