Click here to Skip to main content
15,889,096 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am creating data entry form in vb.net. I have three tables 1.orders,2. orderdetails 3. product

Orderid- Primary key for Order table and foreign key for Orderdetail table.

In Dataentry form , I need when I load form , value of orderid from ordertable should automatically load in orderid colum of ordertable.

overall I want to create data entry form via related tables, please suggest how I can do .
Posted
Comments
Sergey Alexandrovich Kryukov 21-Mar-12 0:56am    
This is not a valid question.
Please tag application type and/or UI library: WPF? Forms? Silverlight? ASP.NET? What?
What's the problem?
--SA
ZurdoDev 21-Mar-12 8:10am    
You need to use ADO.Net to do this. So, what is the exact question?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900