How are you binding your gridView? Isn't just change you sql query and
make a join?

On Aug 10, 11:26 am, digger_54 <[email protected]> wrote:
> Hi all,
>
> can anyone help me, I need to pull data from 2 tables into the same
> datagridview.
>
> All the columns will be comming from 1 table, except 1 column that
> will be comming from another table
>
> The columns I have are:
>
> Car_Number
> Active
> In_Service_Date
> Out_Service_Date
> Pool_Seq_Num (this is in both tables, and instead of displaying this
> column, I want to display the 'FLEETNAME' from the other column where
> Pool_Seq_Num = Pool_Seq_Num.
>
> When I created my datagridview, I didn't expect this and now it is a
> last minute change.
>
> thanks

Reply via email to