Apologies if this has been posted before, I have not managed to find it so far!
Creating an access database for use as a CRM system and need to start building reports into it.
I have a table named tblSpeak (2 key fields here are s_date and s_action) and need to create 2 reports initially:
1 - Contact made on a specific day - defaulted to today but can be changed before running the report.
tblSpeak has a column s_action which stores a numerical value from a combobox depending on the type of call a salesperson makes (numbered 1 to 14)
Need the report to show the total number of calls in a given day, along with a breakdown of how many fall under each category (to complicate it, some categories should be merged, e.g. Totals for "1", "2", "3 & 4", "5", "6 & 7"
2 - Contact made over a range of dates (typically 1 week)
This is the same as above only with totals for each day out of a range of selected dates, with a Grand Total at the bottom of the page
I have not delved into report writing at all in Access so far so any help is much appreciated. Once I have a framework to go on then hopefully the rest can fall in to place!
Creating an access database for use as a CRM system and need to start building reports into it.
I have a table named tblSpeak (2 key fields here are s_date and s_action) and need to create 2 reports initially:
1 - Contact made on a specific day - defaulted to today but can be changed before running the report.
tblSpeak has a column s_action which stores a numerical value from a combobox depending on the type of call a salesperson makes (numbered 1 to 14)
Need the report to show the total number of calls in a given day, along with a breakdown of how many fall under each category (to complicate it, some categories should be merged, e.g. Totals for "1", "2", "3 & 4", "5", "6 & 7"
2 - Contact made over a range of dates (typically 1 week)
This is the same as above only with totals for each day out of a range of selected dates, with a Grand Total at the bottom of the page
I have not delved into report writing at all in Access so far so any help is much appreciated. Once I have a framework to go on then hopefully the rest can fall in to place!