Click here to Skip to main content
15,919,331 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all visitors

I have created sub form in MS.Access. now i want to create sub form in vb.net
but i don't see the component to create sub form.
Can anybody know about this?
please help me?
best regards,
Posted

There's no sub form component like in MS Access, but what you're probably trying to achieve is a 'Master \ Detail' type screen that shows related records (detail) in a grid area when you change the main record (master)

e.g the Master area is 'Customers' and the Detail area is 'Orders', you want a screen that shows all orders in a grid that are related to a Customer.

Have a look at this MSDN walkthrough

http://msdn.microsoft.com/en-us/library/aa984462.aspx[^]

Or trying googling for 'winforms master details'
 
Share this answer
 
use one more form and use it as a sub form,, there is no sub tool in .net
 
Share this answer
 

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