Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inner Join error 1

Status
Not open for further replies.

ZOR

Technical User
Jan 30, 2002
2,963
GB
I get a missing operator message comming up with this query typed in a query grids SQL page. Can someone advise, thanks

FROM TXMASTERS INNER JOIN TXCLIPS ON TXMASTERS.ID1 = TXCLIPS.ID1 INNER JOIN KEYWORDS ON TXCLIPS.Comments Like "*" & KEYWORDS.keyword & " *";

Cannot find reference to anything that goes between joins, tried &, AND, Alao removed INNER, and JOIN on second join part but it errord. Thanks

 
FROM [!]([/!]TXMASTERS
INNER JOIN TXCLIPS ON TXMASTERS.ID1 = TXCLIPS.ID1[!])[/!]
INNER JOIN KEYWORDS ON TXCLIPS.Comments Like "*" & KEYWORDS.keyword & " *"

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Many thanks PHV, have a star, it works. Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top