You will want to include a reference to Microsoft Graph 11.0 Library (or the version associated with the version of office you are using) in your list of references. To do this, open a VBA window, select Tools, references, then find Microsoft Graph 11.0 Library in the long list and select it. This will allow you to use the help function to browse the available objects, methods, etc. You will find examples of how to do various things.
Beginning Access 2000 VBA by Robert Smith and David Sussman contains a chapter on graphing. I don't know if you can still find it. Even though it is for Access 2000, the code still works. ...Terry From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of yogesh9548 Sent: Monday, June 25, 2007 3:13 AM To: [email protected] Subject: [Access VBA Central] Charts and Graphs in Access Hi, I have an access database where in we have a table which contains a daywise report. What I would be needing is to create a graphical presentation for the data stored in the table. Can someone help me in how to proceed with this requirement? [Non-text portions of this message have been removed]
