Creating a form used for customer purchases
I am very new to visual basic. I am trying to move over from access & vba into visual basic with SQL2000.
So please bare with me as I am very new to this.
I am trying to build a form used to add customer orders.
I am not 100% sure the best way about doing this but this is what im trying to do.
I am using visual basic 2005 express by the way.
I have a datagridview (I have called it grdItems) setup on my form that basically shows all the products I have in stock within my company.
I have another datagridview setup with column headings called grdOrderItems.
How can I setup a form so I can select a item from grdItems and add it into grdOrderItems?
I also need to be able to add quantity into the box aswell.
If anyone could help me I would be very grateful.....and if anyone has any examples of something similar I could use as learning tool I would be most grateful.
Thank you!

