Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Creating a form used for customer purchases

Hi there,

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!
[991 byte] By [spnz] at [2007-11-11 8:44:30]
# 1 Re: Creating a form used for customer purchases
You may find this sample chapter helpful: http://www.awprofessional.com/articles/article.asp?p=446453
Phil Weber at 2007-11-11 21:47:01 >
# 2 Re: Creating a form used for customer purchases
Visit http://www.programmingknowledge.com/ for tutorials.
postmaster at 2007-11-11 21:48:07 >