Curtis360it
IS-IT--Management
I have a joined table query that shows correctly when I preview the query in DataSet designer but when it loads to the datagridview it shows all columns from both tables. How can I make it only show the columns that I explicitly chose when I designed the query? For instance:
Table 1
1.Name - Output
2.Number
3.Age - Output
Table 2
1. Income
2. Position - Output
3. Location - Output
I want the datagridview to ONLY show the columns I chose to OUTPUT.
Thanks!
Table 1
1.Name - Output
2.Number
3.Age - Output
Table 2
1. Income
2. Position - Output
3. Location - Output
I want the datagridview to ONLY show the columns I chose to OUTPUT.
Thanks!