I have 2 stored procedures, one pulls information for specific parts of my main report, and i have a 2nd stored procedure just for my chart, which is also placed in the main report "no subreport", the problem is my chart is not pulling back any information. if i took this same chart and stored procedure and put it on a new form by itself it pulls back the info. Why if I am using a seperate stored procedure should i need to use a darn sub report for my chart?? my vb application which calls some of these reports is having all kinds of issues pulling up the subreports and connecting to them and such, and since i have to distribute this out to multiple clients on multiple operating systems i would like to try and avoid sub reports