WoodyGuthrie
MIS
I've seen it on this (maybe) and other forums but cannot find it in search. It's a slang term used for the old syntax:
Thanks
Woody
Code:
SELECT c.strReceiptNo, d.strName
FROM dbo.tblControlLog c, dbo.tblDepartments d
WHERE c.guidDepartmentID = d.guidDepartmentID
Thanks
Woody