Hi guys I am working on access 2007 database that deals with entering client information and then outputting reports.
The reports I am trying to setup is how many cases of a certain kind has a branch produced from this date to this date.
I have two fields in the database for this, one called Branch, it contains drop down menue with locked values NW, NE, SW and another field called CaseType that contains drop down menue with values Hardest, Hard, Normal, Easy.
Should ooks like this:
Report Period: Month, Day, Year to Month, Day, Year
Branch | Hardest | Hard | Normal | Easy | Total
NW 4 35 14 23 76
NE 23 42 3 76 144
SW 20 12 34 13 79
How do I calculate the numbers, in other words when I create the report what should the formula/code look like for those fields? Also how will the Date option be implemented? Do I need to create a separate report of some sort?
thanks for your help, I am new to databeses but have been on the scripts for quite some time =)
-=Cyberdyne=-
The reports I am trying to setup is how many cases of a certain kind has a branch produced from this date to this date.
I have two fields in the database for this, one called Branch, it contains drop down menue with locked values NW, NE, SW and another field called CaseType that contains drop down menue with values Hardest, Hard, Normal, Easy.
Should ooks like this:
Report Period: Month, Day, Year to Month, Day, Year
Branch | Hardest | Hard | Normal | Easy | Total
NW 4 35 14 23 76
NE 23 42 3 76 144
SW 20 12 34 13 79
How do I calculate the numbers, in other words when I create the report what should the formula/code look like for those fields? Also how will the Date option be implemented? Do I need to create a separate report of some sort?
thanks for your help, I am new to databeses but have been on the scripts for quite some time =)
-=Cyberdyne=-
Comment