J
|
Jane 12/19/2007 |
Paul, select Job.field1, Job.field2, Labour.field3, Material.field4 from Job inner join Labour on (Job.JobID=Labour.JobID) inner join Material on Job.JobID=Material.JobID |
S
|
swanside author 12/19/2007 |
Paul, you can create custom view on the Datasource tables tab and join these tables on the Edit SQL query tab. Here is a sample:
|
S
|
swanside author 12/19/2007 |
Thanks Jane, WOrked a treat. |