|
-
May 1st, 2006, 05:54 AM
#1
Thread Starter
New Member
data grid
hi ,
u am having a datagrid PkgItem
and it has 6 coloumns and it gets data from 2 tables i.e itemMaster and table PKgOrderItem.
i m getting data from tble pkgOrdrItem but unable to get data from ItemMaster.
can u help
thank u.
mahesh
-
May 1st, 2006, 11:37 AM
#2
Re: data grid
You are goint to have to explain you problem better. We have know idea what pkgOrdrItem is. Show us some code or explain yourself better. Or both.
-
May 3rd, 2006, 01:01 AM
#3
Thread Starter
New Member
Re: data grid
Me.objdsOrderItems = getPopulatedDataSet("select POI.ItemNo ,POI.Quantity,POI.UnitRate,POI.ItemValue,POI.DeliveryDt,im.ItemDesc,im.Unit from PkgOrderItem POI,ItemMast im where POI.ItemNo=im.ItemNo ", Me.objdsPkgItemMast, Me.OleDbConnection1)
***PkgOrderItem is a table
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|