I think I have the db table the way I want it, sort of, but I'm hung up on how to extract the neccessary data for a simple report. I'll try to explain what I need.
The db is going to be used by 5 people (Service Officers), who will be accumulating a bunch of info from each person that contacts them, but ultimately, a simple report is needed that shows the number of contacts each of the 5 people made during a particular month, and the number of services provided to the contact.
The report column headings would be: Service Officer - Month - # of Contacts - # of Services
My dilemma is that the db I designed has all the Service Officer's initials in a Combo Box. Also, not just the month, but also the date and the year in one field, and all the services that can potentially be provided - monetary & non-monetary, in two separate fields, all listed in a Combo Box.
These are the questions I have:
Have I made the db too detailed to provide such a simple report?
Rather than have the entire date in one field, do I need to have 3 different fields - one for month, one for date & one for year?
Do I need to have 5 different tables - one for each service officer?
Plus, I need to be able to provide the total services provided in each given month, and I haven't yet been able to figure out how to do that.
I hope I've provided enough info to get some suggestions, but if not, please let me know.
Thanks.
The db is going to be used by 5 people (Service Officers), who will be accumulating a bunch of info from each person that contacts them, but ultimately, a simple report is needed that shows the number of contacts each of the 5 people made during a particular month, and the number of services provided to the contact.
The report column headings would be: Service Officer - Month - # of Contacts - # of Services
My dilemma is that the db I designed has all the Service Officer's initials in a Combo Box. Also, not just the month, but also the date and the year in one field, and all the services that can potentially be provided - monetary & non-monetary, in two separate fields, all listed in a Combo Box.
These are the questions I have:
Have I made the db too detailed to provide such a simple report?
Rather than have the entire date in one field, do I need to have 3 different fields - one for month, one for date & one for year?
Do I need to have 5 different tables - one for each service officer?
Plus, I need to be able to provide the total services provided in each given month, and I haven't yet been able to figure out how to do that.
I hope I've provided enough info to get some suggestions, but if not, please let me know.
Thanks.