I have a table, Shows, which is a checklist for the tasks that need to be completed for each show date. In the shows table, there are several different tasks being tracked and each task has 3 fields (Status, Date, Remarks). For instance the following 3 fields track whether or not the contract was received: AContractReceivedStatus (has 3 options: Completed, In Progress, Not Started), AContractReceivedDate, AContractReceivedRemarks.
What I need to do is print a report showing a list of any show that has any task that is either In Progress or Not Started.
Example report with field names:
***
Artist
ShowDate
Building
[If AContractReceivedStatus is not started or in progress, it is displayed]
-ContractRecd: AContractReceivedStatus AContractReceivedDate (AContractReceivedRemarks)
[display other fields if status marked not started or in progress]
***
Let's say that a show on 1/1/2005 is missing its contract and insurance, the report would look like this:
***
Any Band Name
1/1/2005
Any Venue Name
-Contract: Not Started 6/10/04 (not yet received)
-Insurance: In Progress 6/10/04 (waiting on request)
***
Any help from you Access geniuses out there would be much appreciated. Or if you can suggest a better way to track these tasks, please let me know (I'm not opposed to rearranging my database schematic).
Thanks,
John
What I need to do is print a report showing a list of any show that has any task that is either In Progress or Not Started.
Example report with field names:
***
Artist
ShowDate
Building
[If AContractReceivedStatus is not started or in progress, it is displayed]
-ContractRecd: AContractReceivedStatus AContractReceivedDate (AContractReceivedRemarks)
[display other fields if status marked not started or in progress]
***
Let's say that a show on 1/1/2005 is missing its contract and insurance, the report would look like this:
***
Any Band Name
1/1/2005
Any Venue Name
-Contract: Not Started 6/10/04 (not yet received)
-Insurance: In Progress 6/10/04 (waiting on request)
***
Any help from you Access geniuses out there would be much appreciated. Or if you can suggest a better way to track these tasks, please let me know (I'm not opposed to rearranging my database schematic).
Thanks,
John