I've a form with a calendar control that allows user to select the Beginning Date and Ending Date, so as to view the relevant records of that period. I've to create crosstab queries based on the records, on a weekly basis, meaning I'll sum up the values for each week (cos I'm creating a weekly chart). Then format the date fields in the crosstabs to "ww" and define the query parameters as the Beginning and Ending Dates of the form.
The crosstabs are able to generate the desired records when I enter valid dates to the prompts but how can I create a weekly chart based on crosstab queries and letting the y-axis of the chart to reflect the week numbers, which are dependent on the dates select in the form?
The crosstabs are able to generate the desired records when I enter valid dates to the prompts but how can I create a weekly chart based on crosstab queries and letting the y-axis of the chart to reflect the week numbers, which are dependent on the dates select in the form?