I have successfully linked several controls on a form to data from a table with the use of bindingsource.
But what if the data is in two tables
I have tried to use one bindingsource for each table - but how do you link this together
Thanks!
Maria

Master-detail from two tables
whenhowwho
here is an article about that:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbcon/html/vbtskcreatingmasterdetailslistwithdatagrid.asp
David Sterling