Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SHAPE Command
Message
From
01/11/2002 08:05:43
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
SHAPE Command
Miscellaneous
Thread ID:
00717721
Message ID:
00717721
Views:
47
Hello,


I am trying to join two tables using the SHAPE command.

"SHAPE {SELECT CustomerID,CompanyName" & _
" FROM Customer ORDER BY CompanyName} " & _
" APPEND ({SELECT OrderId, OrderDate, " & _
" CustomerID FROM Orders} AS rsOrd " & _
" RELATE CustomerID to CustomerID)"



When I execute this statement... I get a syntax of access violation error..


Any ideas?

Thanks.

Alvin
Next
Reply
Map
View

Click here to load this message in the networking platform