R
Raistlin
They're all driving me insane.....
OK, here's the problem (sorry if this is a long one, if it's in the wrong
group then please let me know):
I have a table, lets call it "Item Percentages". It contains the following
fields:
1. Percentage ID (Auto number, Primary Key)
2. Item Category (This is a lookup field, 10 different values, linked to
another table that gives more information about the categories)
3. Date (This is a date field, format mmm yyyy, there can be more than
one date for each category but none of the dates are repeated within a
category)
4. Percentage (text field, let's call this the percentage of requests for
that category that were available from stock in the month given in the Date
field).
I've created a form that shows the above information with the
dates/percentages as a table (subreport) and also as a chart. Moving
backwards and forwards between the records selects a different category,
updates the table and updates the chart.
However, the chart (and the table) show all of the percentages and dates
that are input for each category. What I need to do is specify using
another form what range of dates these two items will show. I have a form
for this purpose that has two boxes for entering dates (Report Start Date
and Report End Date). I know I need to get the chart to look up these two
values and then only display dates and percentages between those two dates
but I can't for the life of me get it to work.
The next thing that I need to do is create a report based around this chart
that includes a few other bits of information but will use the same method
of determining the dates as the original chart.
The only way I've been able to get the chart to display the date range that
I want is to go into it in design view and alter the scale. As you can
imagine this is becoming a pain and those changes don't (obviously) affect
the scales in the report charts.
I'm not sure if the above is all that clear, if you need any further
information please let me know.
Thanks in advance for any/all help, which will be gratefully received.
The Version of Access that I'm using is on an NT platform so I'm assuming
that it's something like Access 97, not positive though.
Regards,
Rob.
OK, here's the problem (sorry if this is a long one, if it's in the wrong
group then please let me know):
I have a table, lets call it "Item Percentages". It contains the following
fields:
1. Percentage ID (Auto number, Primary Key)
2. Item Category (This is a lookup field, 10 different values, linked to
another table that gives more information about the categories)
3. Date (This is a date field, format mmm yyyy, there can be more than
one date for each category but none of the dates are repeated within a
category)
4. Percentage (text field, let's call this the percentage of requests for
that category that were available from stock in the month given in the Date
field).
I've created a form that shows the above information with the
dates/percentages as a table (subreport) and also as a chart. Moving
backwards and forwards between the records selects a different category,
updates the table and updates the chart.
However, the chart (and the table) show all of the percentages and dates
that are input for each category. What I need to do is specify using
another form what range of dates these two items will show. I have a form
for this purpose that has two boxes for entering dates (Report Start Date
and Report End Date). I know I need to get the chart to look up these two
values and then only display dates and percentages between those two dates
but I can't for the life of me get it to work.
The next thing that I need to do is create a report based around this chart
that includes a few other bits of information but will use the same method
of determining the dates as the original chart.
The only way I've been able to get the chart to display the date range that
I want is to go into it in design view and alter the scale. As you can
imagine this is becoming a pain and those changes don't (obviously) affect
the scales in the report charts.
I'm not sure if the above is all that clear, if you need any further
information please let me know.
Thanks in advance for any/all help, which will be gratefully received.
The Version of Access that I'm using is on an NT platform so I'm assuming
that it's something like Access 97, not positive though.
Regards,
Rob.