Hi,
I have 2 tables in my dataset, "auctions" and "items". Every auction contains an item id (which is a foreign key to a particular item in table item).
auction table - auction no, item no, needs
items table - item no, item name, description
I want to put all of the auction details in the datagrid, I also want to put the name of the item on the datagrid. Does anyone know how to do this using dataviews or any other way?
cheers,
kev.
I have 2 tables in my dataset, "auctions" and "items". Every auction contains an item id (which is a foreign key to a particular item in table item).
auction table - auction no, item no, needs
items table - item no, item name, description
I want to put all of the auction details in the datagrid, I also want to put the name of the item on the datagrid. Does anyone know how to do this using dataviews or any other way?
cheers,
kev.