Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sub form in VB.net

Status
Not open for further replies.

KiaKia

Programmer
Mar 30, 2008
59
US
Hi All,
Please let me know how I can add a subform with multyrecord view to a main form in VB.net (Visual studion 2008).
I used to do it easily in MSACCESS and VBA.
 
Question is not very clear, or less information, but you could try to use he datagrid. How do you connect to the ms-database?
 
thanks for your response,
the application is connecting to the MS database using table adaptors.
I have already used datagrid but my problem is that in the datagrid I have a combo box and a text box which I should be able to bound them to a table (Other than the Datagrid source) so when I change my choice in the combo box the value of the text box changes relatively based on the data in the bounded table.

In datagrid I am able to bound the combo box to a different source but I can not do the same with the text box.

Please let me know your comments
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top