Hi Friends
Iam new to VB and using VB 2008 and MS Access
Iam Developing a Billing application. I want to Search the Products Table and add the details to a datagrid list so that i can take print of that List .
Details.
1. It will have a list of products (saved in MS Access 2007) which will have item details like name,price,description.
2. I have login form, Main form, Billing Form
Iam facing problem for creating Billing form (I Have attached screenshot also)
http://social.msdn.microsoft.com/Forums/getfile/414419
How can i keep Bill No unique and add list of products for same bill No?
As shown in the Image. I Can able to search Item by name in the combobox, but when i select the item in the combobox and click add item to bill button, it should get added to the datagrid below. So that i want to add required items and then gor for printing.
Please tell me how can i do this
This is my project folder https://app.box.com/s/ujpjrp5yzhl7s5tazgrh
Thanks