query

A

antonov

ehm... I have a different question...
Is it possible to have a query divide the data per month and per code to get
a yearly overview? I need the results to be in both a chart (I know how to
do that) and a report
thanks
 
B

Br@dley

antonov said:
ehm... I have a different question...
Is it possible to have a query divide the data per month and per code
to get a yearly overview? I need the results to be in both a chart (I
know how to do that) and a report
thanks

Do you need to do it in the query (it can be done but it's a more
complex SQL statement) or can you just setup grouping in a report on
Month and Code?
--
regards,

Bradley

A Christian Response
http://www.pastornet.net.au/response
 
Top