Hi
Here's my scenario:
table1 (tblJob)
CR identifer
QuoteValue money
table2 (tblTasks) (one to many relationship, many tasks)
CR
SchdStart datetime
SchdFinish datetime
ActStart datetime
ActFinish datetime
What i need is the SUM(QuoteValue) from tblJob between a specified date, the date will be the latest possible date from any of the associated tasks in table2 on any row.
How would i accomplish this?
Thanks in advance.
Here's my scenario:
table1 (tblJob)
CR identifer
QuoteValue money
table2 (tblTasks) (one to many relationship, many tasks)
CR
SchdStart datetime
SchdFinish datetime
ActStart datetime
ActFinish datetime
What i need is the SUM(QuoteValue) from tblJob between a specified date, the date will be the latest possible date from any of the associated tasks in table2 on any row.
How would i accomplish this?
Thanks in advance.