N
Newbie
Hi,
I would like to be able to query a table that will give me no. of records
per customer by month in the following format
Jan Feb Mar Apr May June July etc
Cust1 2 5 10
cust2 0 1 5 0
Sum(Records)
cust3 15 6
I want to be able to display this on a form and on a report and also click
on a button that will give me a graph of the same information
how can I achieve this?
Thanks
I would like to be able to query a table that will give me no. of records
per customer by month in the following format
Jan Feb Mar Apr May June July etc
Cust1 2 5 10
cust2 0 1 5 0
Sum(Records)
cust3 15 6
I want to be able to display this on a form and on a report and also click
on a button that will give me a graph of the same information
how can I achieve this?
Thanks