bassamj Report post Posted January 5, 2008 suppose I have the following table in my database id data value 1 janWk1 34 2 janWk2 23 3 janWk3 43 I managed to connect to a database, but I have another problem. lets suppose I enter the value of janWk1 wrong and I want to repeat the entry replacing that wrong value on the chart through a form. it will display duplicate of janWj1 with two bars on the chart and I want when re-enter the value to replace the old wrong value on the chart Best Regards Share this post Link to post Share on other sites
FusionCharts Support Report post Posted January 7, 2008 hi, Can you please check whether the newly modified data is actually updating your database and not appending as a new record. I fear its creating a new record, hence, a new chart dataplot. Share this post Link to post Share on other sites
bassamj Report post Posted January 7, 2008 Hi, yes it is creating a new record. what can I do in this condition? Thanks Share this post Link to post Share on other sites
Pallav Report post Posted January 10, 2008 So do you actually want to display 2 records or just 1? Share this post Link to post Share on other sites
bassamj Report post Posted January 10, 2008 only one record I want to display the updated record only Thanks Share this post Link to post Share on other sites