SQL JOIN help

Sean Wilson snw at paradise.net.nz
Tue May 31 08:25:12 CDT 2005


>SELECT *
>FROM
>     tblCustomers, tblLocations, tblTasks,
>WHERE
>  tblTasks.taskLocID = tblLocations.locID
>  AND tblLocations.locCustId = tblCustomers.custID
>  AND IsNull(tblTasks.taskCompleteDate)
>
>  AND  tblTasks.taskTypeName IN ( select taskTypeName from taskTypes
>  where ......)

Excellent. Thanks Ivan. 




More information about the Valentina mailing list