Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access 2002 Query Problem
Message
General information
Forum:
Microsoft Office
Category:
Access
Environment versions
Microsoft Office:
Office 2007
Miscellaneous
Thread ID:
01360953
Message ID:
01360965
Views:
7
>>This query is giving me "Syntax error in FROM clause"
>>
>>
>>Dim s As String
>>s = "select qv.*, p.* FROM tblQuote_Version qv JOIN tblPlatforms p ON p.pk_Id = qv.PlatformTSAKey"
>>
>>
>>Anyone see what's wrong here?
>
>Try FROM myTable AS qv

No change.

It doesn't like the JOIN clause because this works:
Dim s As String
s = "select qv.*, p.* FROM tblQuote_Version, tblPlatforms p"
>
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform