Hi,
I am doing a project in VB.net i wanted to ask you how can i retieve data from multiple tables in a single form. Plz help me with a code to solve my problem.
Thank you
hi,
u can use joins r where condition simple example about the QuerySelect col1,col2,col3 from tabl1 inner join table2 on table1.id= table2.empid