Hello everyone!

I couldn't find solution for my problem, so i decided to register here and ask you

I have a table with sales and time, like this:
date | sales |
2011/01 | 500 |
2011/02 | 600 |
2011/03 | 700 |
2011/04 | 800 |
2011/05 | 900 |
I triend linear regression, after setting date as ID and sales as label, I have no other attributes... How can I handle this?
How can I predict sales in next months? Of course this dataset is very simple, just to understand the tool, later I would like to apply this to non-linear issues.
Thanks for your help!