Doing special project with Access. I got a syntax error - missing operator - with this 
SQL statement. Can you see the error?

SELECT DataSheet.*, Order.order, Lorder.Order
FROM DataSheet INNER JOIN [Order] ON DataSheet.Group = Order.Group
INNER JOIN [LOrder] ON Datasheet.Label = LOrder.Label
WHERE Datasheet.Account = 'Vitamin Shoppe S001'
ORDER BY Order.order,Lorder.order;


______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to