I Have this graph that needs to be run from a combo box selection. it doesnt seem to want to display any information at all :banghead: , please help. i have attached my database.
Your Combo Box has the first column (Cluster ID) as the bound column but your query is looking for the value in this combo box as the criteria for the Cluster_Desc Field.
Change the Bound Column from 1 to 2 for your Combo box and try it.