I am working on converting an excel work book to access.
This is for tracking when things are due.
So the data is like this.
Users
clients
Monthly services
Quartly services
Annual services
Each user has multiple clients
each client CAN have multiple services
There are multiple types of quarterly and annual services.
Some quarterlies can be done instead of the monthly that month.
The current excel book has a sheet for each service type with the dates running across so monthly would have 12 and quarterly would have 4, ...
All of the dates are calculated off a base date, so each quarterly will land 3 months after they started with us not by calendar year.
Also they want to track complete dates to compare with the due dates.
I initially thought of
client, service type, due, complete
The issue is I have to calculate the due and store it this way. I also have to add fields to calculate what quarter per due date and per calendar year for the quartiles.
Since the excel sheets are across I am also tempted to have a different table for each period type and just have 12 fields for monthly and 4 for quarterly. This would make the import easier and the due fields could be calculated.
I am trying to rack my brain to figure out what would be best practice / easiest.
Any suggestions / help
Thanks.