Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
INNER JOIN error
Message
 
À
28/03/2002 19:56:29
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00638244
Message ID:
00638888
Vues:
12
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform