cpopham
03-09-2004, 01:11 PM
Okay, I need a good tutorial or something. This is what I have (it is more a pratice database for learning on) I have an Access XP relational database. It has 5 tables. The tables are listed as follows:
Months -(No relation, used for a combo box)
CompanyName -related to the address(one to many), contact (one to many), orders (one to many) tables with a key
Address - related as listed above
Contact - related as listed above
Orders - as listed above
Okay I have a form in access for the person to enter all of the information: company name, address(s), contact person(s) and then on this main form is a subform for the orders placed by this company.
You can search with a button by the various fields on the form. Like if the company is placing an order you can pull up this form then just press the new order button to enter a new order.
This is what I would like to learn to do with VB .NET.
I want to take this form and make it into a stand alone .Net form that just connects to these tables. I want the form to have the same ability as the Access Database form. Where you can enter a new company, find a company, scroll the company's find a company and place an order for them, etc.
So is there a good tutorial on this or can someone explain and help me along the way?
I am basically wanting to make a VB .Net Windows form that looks like the Access form and will do what the Access form will do through a connection to the DB.
Thanks a lot.
Chester
Months -(No relation, used for a combo box)
CompanyName -related to the address(one to many), contact (one to many), orders (one to many) tables with a key
Address - related as listed above
Contact - related as listed above
Orders - as listed above
Okay I have a form in access for the person to enter all of the information: company name, address(s), contact person(s) and then on this main form is a subform for the orders placed by this company.
You can search with a button by the various fields on the form. Like if the company is placing an order you can pull up this form then just press the new order button to enter a new order.
This is what I would like to learn to do with VB .NET.
I want to take this form and make it into a stand alone .Net form that just connects to these tables. I want the form to have the same ability as the Access Database form. Where you can enter a new company, find a company, scroll the company's find a company and place an order for them, etc.
So is there a good tutorial on this or can someone explain and help me along the way?
I am basically wanting to make a VB .Net Windows form that looks like the Access form and will do what the Access form will do through a connection to the DB.
Thanks a lot.
Chester