T
Tina Hudson
Good afternoon,
I need to set up a query for a report that shows a list of all active cases
by unit and the date of the last TDM Meeting for each case.
TDM info is stored in tblTDM:
TDM_ID (auto Primary Key)
DateTDM
TypeTDM
Family_ID (foreign key to tblFamily
Case info stored in tblFamily:
Family_ID
CaseNbr
CaseName, etc.
Case Assignment info stored in tblAssignment:
Assignment_ID
Family_ID (foreign key to tblFamily)
Unit_ID
Worker_ID
A case can have any number of TDM meetings, but I'm only interested in the
last one held. I want to be able to identify for each unit, the date and
type of the last TDM for each case in their unit. I'd also like to calculate
the date the next meeting is due, which is 90 days from the date of the last
meeting.
I know this can be done, but I've tried and I'm running out of time.
Any help will be most appreciated.
I need to set up a query for a report that shows a list of all active cases
by unit and the date of the last TDM Meeting for each case.
TDM info is stored in tblTDM:
TDM_ID (auto Primary Key)
DateTDM
TypeTDM
Family_ID (foreign key to tblFamily
Case info stored in tblFamily:
Family_ID
CaseNbr
CaseName, etc.
Case Assignment info stored in tblAssignment:
Assignment_ID
Family_ID (foreign key to tblFamily)
Unit_ID
Worker_ID
A case can have any number of TDM meetings, but I'm only interested in the
last one held. I want to be able to identify for each unit, the date and
type of the last TDM for each case in their unit. I'd also like to calculate
the date the next meeting is due, which is 90 days from the date of the last
meeting.
I know this can be done, but I've tried and I'm running out of time.
Any help will be most appreciated.