Hi -
I've searched for the forum and have read everything on the audit trails, and storing history and have found nothing that quite fits my predicament.
Here's what I have:
tblFiles
FileNum
CompanyNum
...
tblStatus
StatusID
StatType: Case, Med, Psych, ProjectRisk
Status: different for each of the 4 above
[ie Case : Open, Inactive, Closed; Med : 1, 2, 3, 4)
tblStatusLog
FileNum
StatusID
Provider
Date
Reporting for this has been a nightmare - since CaseStatus needs to be "Open" and each case needs to have a Med or Psych Severity; doing a count of the different status' by Company number is a multistep, inefficient set of queries (using the max date of the type hasn't worked well)
Is this the best way to set something like this up? ... or are there alternative ways to store this data that will accomplish this and provide a better way to report on it?
Thanks in advance,
Carolyn
I've searched for the forum and have read everything on the audit trails, and storing history and have found nothing that quite fits my predicament.
Here's what I have:
tblFiles
FileNum
CompanyNum
...
tblStatus
StatusID
StatType: Case, Med, Psych, ProjectRisk
Status: different for each of the 4 above
[ie Case : Open, Inactive, Closed; Med : 1, 2, 3, 4)
tblStatusLog
FileNum
StatusID
Provider
Date
Reporting for this has been a nightmare - since CaseStatus needs to be "Open" and each case needs to have a Med or Psych Severity; doing a count of the different status' by Company number is a multistep, inefficient set of queries (using the max date of the type hasn't worked well)
Is this the best way to set something like this up? ... or are there alternative ways to store this data that will accomplish this and provide a better way to report on it?
Thanks in advance,
Carolyn