Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INNER JOIN error
Message
 
To
28/03/2002 19:56:29
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00638244
Message ID:
00638888
Views:
13
Because you are using reserved words and the brackets tell Access not to use the reserved word but search for an object (table, field, ...) which has that name.


>Peter, the brackets works, thanks a lot.
>
>Eric, why is there a need to put the square brakets [] in your
>previous reply? I am just curious what will these [] do? Please advise,
>thanks.
>
>Once again thanks all of you who have share your professional tips.
>
>>I think some backets are needed:
>>
>>
>>SELECT StockItems.Code,StockItems.Description,StockItems.Dpt,Departments.Description,StockItemsPrc.Price FROM (StockItems INNER JOIN StockItemsPrc ON StockItems.Code = StockItemsPrc.Code)
>>INNER JOIN Departments
>>ON StockItems.Dpt = Departments.Code
>>
>>Pete
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Reply
Map
View

Click here to load this message in the networking platform