View Single Post
  #2  
Old April 15th, 2010, 03:57 PM posted to microsoft.public.access.reports
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Column graph problem

Typically you would pull the records from a table or query that would be used
in the Row Source property of a chart control.

There is some functionality for pushing values into the datasheet of the
chart but it is more difficult and rarely used.

--
Duane Hookom
Microsoft Access MVP


"Jeff" wrote:

Hi,

I have a report that displays Global Variables returned from a Public Sub
after calculation. It is in a table format and each cell is a TextBox:

lblNSD No. lblCS No.
lblName1 txtNSD1 txtCS1
lblName1 txtNSD2 txtCS2
lblName3 txtNSD3 txtCS3
lblName4 txtNSD4 txtCS4

The first part has been done and works fine. Now I want to add a column
graph (Excel graph) below this table. Can anyone tell me how to feed these
variables (value) into the column graph or is there an easier way to do this?
Thank you.
--
Jeff