Database for tracking reports that are due

cnstarz

Registered User.
Local time
Today, 12:19
Joined
Mar 7, 2013
Messages
89
Our office needs a way to track reports that are due to us, so I'm trying to build an Access database to do that. What happens is this...

We put out a weekly tasking document (called an AFCTO) every Friday that tasks our outside agencies (units) to do various things. Each task in the AFCTO directs a single unit to do a specific thing. Units may be tasked multiple times in the AFCTO (one-to-many relationship), but each task only applies to one unit.

Some tasks require the units to send us reports on the status of that task, while other tasks don't. The reports that are due can occur at different frequencies. For instance, some tasks require our units to send us reports weekly on Thursdays; other tasks may require reports to be sent to us monthly on the 1st; other tasks may require daily reporting.

Now, with all that said, we need a way to see what's due to us each day. What I would like is a report that displays what's due for this week, similar to this:

DqJkgpi.png


So far I have a very rough mockup of what the form should look like (fmAFCTOTasks in the attached db):

aTlucIt.png


The user can type in the AFCTO Task Number of the task, the start and end datetime group, the unit assigned to that task, the task desc, what type of report is due, what triggers the report, and the frequency at which the report is due. Reports can have one of two triggers... 1) event driven (something happens that requires a report to be due), or 2) date driven (report is due on certain date or day(s)). Obviously if a report is event-driven, then there will be no frequency or date/day associated with it.

I'm totally lost on how to structure the tables and the form. Can anyone assist me?
 

Attachments

Users who are viewing this thread

Back
Top Bottom