IanCassidy
New member
- Local time
- Today, 00:09
- Joined
- Nov 17, 2009
- Messages
- 1
Hi All
I'm trying to setup a small database reporting system which basically picks up purchases of our various services. We are trying to analyse the historic data of all the records in the database and get graphs / reports of the data from the statistics.
Now although we have created the forms and tables etc we are having a few problems with creating the graphs etc when we need to create the graphs based on Query results. For instance if we need to do a age-wise graph with age range on X-axis and No of customers on Y axis... how do we do this? Is it through the VBA code or some other better way. (we CAN do VB / SQL etc so coding is not a problem but what is the BEST way to handle the graphs with query results.)
TIA
Ian
I'm trying to setup a small database reporting system which basically picks up purchases of our various services. We are trying to analyse the historic data of all the records in the database and get graphs / reports of the data from the statistics.
- The data is entered from a form for each customer.
- Each customer can choose various TYPES of services.
- Within the TYPEs(categories) of services we have various individual Service names.
- For each TYPE/category we need show graph of the No of customers who bought each servicefrom a query result
- We need to do some calculation on the data and allocate a score to each customer. Then we need to create a chart to show how many of the customers scored different range of scores
- View trends of customers activities as well as our responses to their demands.
Now although we have created the forms and tables etc we are having a few problems with creating the graphs etc when we need to create the graphs based on Query results. For instance if we need to do a age-wise graph with age range on X-axis and No of customers on Y axis... how do we do this? Is it through the VBA code or some other better way. (we CAN do VB / SQL etc so coding is not a problem but what is the BEST way to handle the graphs with query results.)

TIA
Ian