pie chart

C

carmen88

i am having problem in the report. There is 2 problems.

1. the data is wrong the data. don't know where the data is pulling from. i
asked to looked at the table and pull from there. i went in macro and wrote

On Error Resume Nest
DIM objGraph As Object
Set objGraph = Me!TheNameOFYourGraph.Object
objGraph.Refresh
'This will update the data sheet
objGraph.Application.Update
DoEvents
Set objGraph = Nothing

2. I design the report and need to add a pie chart to the report. I am
trying to link the unique id wihich is name and it still shows up with the
first person data. i need to have the same pie chart with each other's
number.

please someone help!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top