Form1 is just an empty Form to hold both the Data form and the graph so that you can see them both at the same time.
1. I am not sure what you mean, I just took your numbers and created a graph based on them.
2. You can add the values to one record by just having sufficient fields to hold them, or by concatenating the data, but that would make it much harder to reproduce the graphs later if required.
3. You can either use your table of data or mine, provided the Form is Bound toa tbale it will store the data, if you want it in another table you have to put it in there with an Append Query or VBA code.

I am still not completely clear on what you wish to establish, a step by step guide would help me understand what you need, which I can probably provide.