InQuery2004
Registered User.
- Local time
- Yesterday, 21:48
- Joined
- Nov 12, 2004
- Messages
- 24
Hi Pat,
I'm not sure whether you'll be able to help me out with this problem, but given your seniority on this forum, not to mention your expertise with most things Access, you're as good a person to hassle as any.
I was wondering wherther you're familiar with MS Graphs and programmatically altering their properties. To be specific, I was wondering if, given a graph generated from the wizard, I could add an event procedure that can change some fundamental properties of the graph and refresh the graph in realtime. So for instance, supposing I have a form loaded containing the graph (2D Column type) plotted for Quantity vs. Item No., by clicking a button, I can recreate the graph for Quantity plotted vs. Date or some other field given in the Graph's RowSource.
If you aren't sure how to resolve this problem, would you at least no whether it's a practical solution and where I can learn more about programming graphs in VBA? How would you go about solving this problem, or would you bypass the issue altogether and just generate a separate graph for each parameter on the X-axis??
Thanks so much for your help.
Regards,
Michael J.
I'm not sure whether you'll be able to help me out with this problem, but given your seniority on this forum, not to mention your expertise with most things Access, you're as good a person to hassle as any.
I was wondering wherther you're familiar with MS Graphs and programmatically altering their properties. To be specific, I was wondering if, given a graph generated from the wizard, I could add an event procedure that can change some fundamental properties of the graph and refresh the graph in realtime. So for instance, supposing I have a form loaded containing the graph (2D Column type) plotted for Quantity vs. Item No., by clicking a button, I can recreate the graph for Quantity plotted vs. Date or some other field given in the Graph's RowSource.
If you aren't sure how to resolve this problem, would you at least no whether it's a practical solution and where I can learn more about programming graphs in VBA? How would you go about solving this problem, or would you bypass the issue altogether and just generate a separate graph for each parameter on the X-axis??
Thanks so much for your help.
Regards,
Michael J.
Last edited by a moderator: