I have a MSQuery for use in Excel. It looks the data up and prompts the user to select a start date an end date and a stock code.
It then returns the details for all records within that date range for that stock code.
e.g. 01/01/02 to 01/03/02
15 records Jan
13 records Feb
18 records March
What I'm trying to do is get the data back by month so I actually get
1 record Jan (with 15 records data totalled)
1 " Feb " " " "
1 " Mar " " " "
If I can suss this one out the user will enter 3 pieces of information start date, end date and stock code which will automatically put the figures into a graph on another work sheet.
Many thanks in advance
Kind Regards
Kelley Lewis
It then returns the details for all records within that date range for that stock code.
e.g. 01/01/02 to 01/03/02
15 records Jan
13 records Feb
18 records March
What I'm trying to do is get the data back by month so I actually get
1 record Jan (with 15 records data totalled)
1 " Feb " " " "
1 " Mar " " " "
If I can suss this one out the user will enter 3 pieces of information start date, end date and stock code which will automatically put the figures into a graph on another work sheet.
Many thanks in advance
Kind Regards
Kelley Lewis